Shades of Purple Heart #6005CB
Tints of Purple Heart #6005CB
RGB
CMYK
RGB Variations
Color information
#6005CB (or 0x6005CB) is known color: Purple Heart. HEX triplet: 60, 05 and CB. RGB value is (96,5,203). Sum of RGB (Red+Green+Blue) = 96+5+203=304 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.58% from 304); Green value is 5 (2.34% from 255 or 1.64% from 304); Blue value is 203 (79.69% from 255 or 66.78% from 304); Max value from RGB is 203 - color contains mainly: blue. Hex color #6005CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6005CB is #9FFA34. Grayscale: #363636. Windows color (decimal): -10484277 or 13305184. OLE color: 13305184.
HSL color Cylindrical-coordinate representation of color #6005CB: hue angle of 267.58º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6005CB is Cyan = 0.53, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 96 | 5 | 203 | - |
| CMYK | 0.53 | 0.98 | 0 | 0.20 |
| HSL | 267.58º | 0.95% | 0.41% | - |
| HSV(B) | 267.58º | 0.98% | 0.8% | - |
| XYZ | 15.66 | 6.91 | 57.01 | - |
| YUV | 54.78 | 211.65 | 157.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 5 | 203 | 0.53 | 0.98 | 0 | 0.20 | 267.58 | 0.95 | 0.41 |
| Hex | 60 | 5 | CB | 35 | 62 | 0 | 14 | 10C | 5F | 29 |
| Octal | 140 | 5 | 313 | 65 | 142 | 0 | 24 | 414 | 137 | 51 |
| Binary | 1100000 | 101 | 11001011 | 110101 | 1100010 | 0 | 10100 | 100001100 | 1011111 | 101001 |
Color Harmonies of #6005CB
Complementary color
Monochromatic Colors of #6005CB
Black with #6005CB
Text Example
Text Example
White with #6005CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6005CB; }
p { color: rgb(96,5,203); }
H1.HeaderClassName
{
color: #6005CB;
}
.AnyTagClassName
{
color: #6005CB;
}
</style>
background-color css
<style>
a { background-color: #6005CB; }
a { background-color: rgb(96,5,203); }
div.DivClassName
{
background-color: #6005CB;
}
.BgClassName
{
background-color: #6005CB;
}
</style>
border-color css
<style>
span { border-color: #6005CB; }
span { border-color: rgb(96,5,203); }
td.TdClassName
{
border-color: #6005CB;
}
.TagClassName
{
border-color: #6005CB;
}
</style>