Shades of Purple Heart #4633CC
Tints of Purple Heart #4633CC
RGB
CMYK
RGB Variations
Color information
#4633CC (or 0x4633CC) is known color: Purple Heart. HEX triplet: 46, 33 and CC. RGB value is (70,51,204). Sum of RGB (Red+Green+Blue) = 70+51+204=325 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.54% from 325); Green value is 51 (20.31% from 255 or 15.69% from 325); Blue value is 204 (80.08% from 255 or 62.77% from 325); Max value from RGB is 204 - color contains mainly: blue. Hex color #4633CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4633CC is #B9CC33. Grayscale: #494949. Windows color (decimal): -12176436 or 13382470. OLE color: 13382470.
HSL color Cylindrical-coordinate representation of color #4633CC: hue angle of 247.45º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4633CC is Cyan = 0.66, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 70 | 51 | 204 | - |
| CMYK | 0.66 | 0.75 | 0 | 0.2 |
| HSL | 247.45º | 0.6% | 0.5% | - |
| HSV(B) | 247.45º | 0.75% | 0.8% | - |
| XYZ | 14.61 | 8.03 | 57.91 | - |
| YUV | 74.12 | 201.29 | 125.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 51 | 204 | 0.66 | 0.75 | 0 | 0.2 | 247.45 | 0.6 | 0.5 |
| Hex | 46 | 33 | CC | 42 | 4B | 0 | 14 | F7 | 3C | 32 |
| Octal | 106 | 63 | 314 | 102 | 113 | 0 | 24 | 367 | 74 | 62 |
| Binary | 1000110 | 110011 | 11001100 | 1000010 | 1001011 | 0 | 10100 | 11110111 | 111100 | 110010 |
Color Harmonies of #4633CC
Complementary color
Monochromatic Colors of #4633CC
Black with #4633CC
Text Example
Text Example
White with #4633CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4633CC; }
p { color: rgb(70,51,204); }
H1.HeaderClassName
{
color: #4633CC;
}
.AnyTagClassName
{
color: #4633CC;
}
</style>
background-color css
<style>
a { background-color: #4633CC; }
a { background-color: rgb(70,51,204); }
div.DivClassName
{
background-color: #4633CC;
}
.BgClassName
{
background-color: #4633CC;
}
</style>
border-color css
<style>
span { border-color: #4633CC; }
span { border-color: rgb(70,51,204); }
td.TdClassName
{
border-color: #4633CC;
}
.TagClassName
{
border-color: #4633CC;
}
</style>