COLOR #630C58

HEX: #630C58
RGB: (99,12,88)

Color info

#630C58 contains mainly red and blue colors. Web safe color of #630C58 is #660066 (or #606).

RGB color model

#630C58 color RGB value is (99,12,88).

  • red value is 99;
  • green value is 12;
  • blue value is 88.
RGB:
(99,12,88)
(39%,5%,35%)

RGB channels and saturation

R 99 of 255 = 39%
G 12 of 255 = 5%
B 88 of 255 = 35%

99
12
88

R + G + B ~ 26%. #630C58 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 12 + 88 = 199 (100%)
R 99 of 199 ~ 49.75%
G 12 of 199 ~ 6.03%
B 88 of 199 ~ 44.22%

%49.75
%44.22

CMYK color model

#630C58 color CMYK value is (0,88,11,61).

  • cyan value is 0.00%
  • magenta value is 87.88%
  • yellow value is 11.11%
  • key color value is 61.18%
CMYK:
(0,88,11,61)
C0M88Y11K61 
(0%,88%,11%,61%)
(0.00/0.88/0.11/0.61)	

CMYK percentages

%0
%87.88
%11.11
%61.18

Codes

Color #630C58 in popluar color models

630C58
RGB991288
HSL308°78.38%21.76%
HSB/HSV308°87.88%38.82%
CMYK0.00%87.88%11.11%
61.18%

Color #630C58 in popluar number systems.

HEX630C58
Decimal991288
Binary110001111001011000
Octal14314130

Shades and tints

Shades of #630C58

#630C58
(99,12,88)
#5A0B50
(90,11,80)
#510A48
(81,10,72)
#480940
(72,9,64)
#3F0838
(63,8,56)
#360730
(54,7,48)
#2D0628
(45,6,40)
#240520
(36,5,32)
#1B0418
(27,4,24)
#120310
(18,3,16)
#090208
(9,2,8)
#000000
(0,0,0)

Tints of #630C58

#630C58
(99,12,88)
#712267
(113,34,103)
#7F3876
(127,56,118)
#8D4E85
(141,78,133)
#9B6494
(155,100,148)
#A97AA3
(169,122,163)
#B790B2
(183,144,178)
#C5A6C1
(197,166,193)
#D3BCD0
(211,188,208)
#E1D2DF
(225,210,223)
#EFE8EE
(239,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #630C58 color. Also use rgb(99,12,88) instead hex code.

Text Font Color

.myTextColor { color: #630C58; }

<p style="color:#630C58">This sample text font color is #630C58.</p>

This text font color is #630C58.


Background Color

.myBgColor { background-color: #630C58; }

<div style="background-color:#630C58">Inner text</div>

This div background color is #630C58.


Border color

.myBorderColor { border: 1px solid #630C58; }

<div style="border:3px solid #630C58">Div</div>

This div border color is #630C58.


Opacity

.myOpacity80 { color: #630C58; opacity: 0.8; }

<p style="color:#630C58;opacity:0.8;">80%</p>

Text with #630C58 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #630C58;}

<p style="text-shadow: 3px 3px 1px #630C58">Text here.</p>

This text has shadow with #630C58 color.

.textShadow {text-shadow: 3px 3px 1px #630C58, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #630C58, 5px 5px 20px red">Text here.</p>

This text has shadow with #630C58 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#630C58, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#630C58, Direction=45, Strength=4)">Text</p>

This text has shadow with #630C58 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #630C58;
  -webkit-box-shadow:	1px 1px 3px 2px #630C58;
  box-shadow:		1px 1px 3px 2px #630C58;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #630C58;
-webkit-box-shadow: 1px 1px 3px 2px #630C58;
box-shadow:1px 1px 3px 2px #630C58;">
Div content here</div>
This div box has shadow with color #630C58.

Preview

Color preview on black background

This text has color #630C58 on black background.


Color preview on white background

This text has color #630C58 on white background.



Black color preview on #630C58 background

This text has black color on #630C58 background.


White color preview on #630C58 background

This text has white color on #630C58 background.