Shades of Purple Heart #6003CB
Tints of Purple Heart #6003CB
RGB
CMYK
RGB Variations
Color information
#6003CB (or 0x6003CB) is known color: Purple Heart. HEX triplet: 60, 03 and CB. RGB value is (96,3,203). Sum of RGB (Red+Green+Blue) = 96+3+203=302 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.79% from 302); Green value is 3 (1.56% from 255 or 0.99% from 302); Blue value is 203 (79.69% from 255 or 67.22% from 302); Max value from RGB is 203 - color contains mainly: blue. Hex color #6003CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6003CB is #9FFC34. Grayscale: #343434. Windows color (decimal): -10484789 or 13304672. OLE color: 13304672.
HSL color Cylindrical-coordinate representation of color #6003CB: hue angle of 267.9º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6003CB is Cyan = 0.53, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 96 | 3 | 203 | - |
| CMYK | 0.53 | 0.99 | 0 | 0.20 |
| HSL | 267.9º | 0.97% | 0.4% | - |
| HSV(B) | 267.9º | 0.99% | 0.8% | - |
| XYZ | 15.64 | 6.86 | 57 | - |
| YUV | 53.61 | 212.31 | 158.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 3 | 203 | 0.53 | 0.99 | 0 | 0.20 | 267.9 | 0.97 | 0.4 |
| Hex | 60 | 3 | CB | 35 | 63 | 0 | 14 | 10C | 61 | 28 |
| Octal | 140 | 3 | 313 | 65 | 143 | 0 | 24 | 414 | 141 | 50 |
| Binary | 1100000 | 11 | 11001011 | 110101 | 1100011 | 0 | 10100 | 100001100 | 1100001 | 101000 |
Color Harmonies of #6003CB
Complementary color
Monochromatic Colors of #6003CB
Black with #6003CB
Text Example
Text Example
White with #6003CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6003CB; }
p { color: rgb(96,3,203); }
H1.HeaderClassName
{
color: #6003CB;
}
.AnyTagClassName
{
color: #6003CB;
}
</style>
background-color css
<style>
a { background-color: #6003CB; }
a { background-color: rgb(96,3,203); }
div.DivClassName
{
background-color: #6003CB;
}
.BgClassName
{
background-color: #6003CB;
}
</style>
border-color css
<style>
span { border-color: #6003CB; }
span { border-color: rgb(96,3,203); }
td.TdClassName
{
border-color: #6003CB;
}
.TagClassName
{
border-color: #6003CB;
}
</style>