Shades of Purple Heart #6003CC
Tints of Purple Heart #6003CC
RGB
CMYK
RGB Variations
Color information
#6003CC (or 0x6003CC) is known color: Purple Heart. HEX triplet: 60, 03 and CC. RGB value is (96,3,204). Sum of RGB (Red+Green+Blue) = 96+3+204=303 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.68% from 303); Green value is 3 (1.56% from 255 or 0.99% from 303); Blue value is 204 (80.08% from 255 or 67.33% from 303); Max value from RGB is 204 - color contains mainly: blue. Hex color #6003CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6003CC is #9FFC33. Grayscale: #353535. Windows color (decimal): -10484788 or 13370208. OLE color: 13370208.
HSL color Cylindrical-coordinate representation of color #6003CC: hue angle of 267.76º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6003CC is Cyan = 0.53, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 96 | 3 | 204 | - |
| CMYK | 0.53 | 0.99 | 0 | 0.2 |
| HSL | 267.76º | 0.97% | 0.41% | - |
| HSV(B) | 267.76º | 0.99% | 0.8% | - |
| XYZ | 15.76 | 6.91 | 57.63 | - |
| YUV | 53.72 | 212.81 | 158.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 3 | 204 | 0.53 | 0.99 | 0 | 0.2 | 267.76 | 0.97 | 0.41 |
| Hex | 60 | 3 | CC | 35 | 63 | 0 | 14 | 10C | 61 | 29 |
| Octal | 140 | 3 | 314 | 65 | 143 | 0 | 24 | 414 | 141 | 51 |
| Binary | 1100000 | 11 | 11001100 | 110101 | 1100011 | 0 | 10100 | 100001100 | 1100001 | 101001 |
Color Harmonies of #6003CC
Complementary color
Monochromatic Colors of #6003CC
Black with #6003CC
Text Example
Text Example
White with #6003CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6003CC; }
p { color: rgb(96,3,204); }
H1.HeaderClassName
{
color: #6003CC;
}
.AnyTagClassName
{
color: #6003CC;
}
</style>
background-color css
<style>
a { background-color: #6003CC; }
a { background-color: rgb(96,3,204); }
div.DivClassName
{
background-color: #6003CC;
}
.BgClassName
{
background-color: #6003CC;
}
</style>
border-color css
<style>
span { border-color: #6003CC; }
span { border-color: rgb(96,3,204); }
td.TdClassName
{
border-color: #6003CC;
}
.TagClassName
{
border-color: #6003CC;
}
</style>