Shades of Purple Heart #6005CE
Tints of Purple Heart #6005CE
RGB
CMYK
RGB Variations
Color information
#6005CE (or 0x6005CE) is known color: Purple Heart. HEX triplet: 60, 05 and CE. RGB value is (96,5,206). Sum of RGB (Red+Green+Blue) = 96+5+206=307 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.27% from 307); Green value is 5 (2.34% from 255 or 1.63% from 307); Blue value is 206 (80.86% from 255 or 67.10% from 307); Max value from RGB is 206 - color contains mainly: blue. Hex color #6005CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6005CE is #9FFA31. Grayscale: #363636. Windows color (decimal): -10484274 or 13501792. OLE color: 13501792.
HSL color Cylindrical-coordinate representation of color #6005CE: hue angle of 267.16º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6005CE is Cyan = 0.53, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 96 | 5 | 206 | - |
| CMYK | 0.53 | 0.98 | 0 | 0.19 |
| HSL | 267.16º | 0.95% | 0.41% | - |
| HSV(B) | 267.16º | 0.98% | 0.81% | - |
| XYZ | 16.02 | 7.05 | 58.91 | - |
| YUV | 55.12 | 213.15 | 157.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 5 | 206 | 0.53 | 0.98 | 0 | 0.19 | 267.16 | 0.95 | 0.41 |
| Hex | 60 | 5 | CE | 35 | 62 | 0 | 13 | 10B | 5F | 29 |
| Octal | 140 | 5 | 316 | 65 | 142 | 0 | 23 | 413 | 137 | 51 |
| Binary | 1100000 | 101 | 11001110 | 110101 | 1100010 | 0 | 10011 | 100001011 | 1011111 | 101001 |
Color Harmonies of #6005CE
Complementary color
Monochromatic Colors of #6005CE
Black with #6005CE
Text Example
Text Example
White with #6005CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6005CE; }
p { color: rgb(96,5,206); }
H1.HeaderClassName
{
color: #6005CE;
}
.AnyTagClassName
{
color: #6005CE;
}
</style>
background-color css
<style>
a { background-color: #6005CE; }
a { background-color: rgb(96,5,206); }
div.DivClassName
{
background-color: #6005CE;
}
.BgClassName
{
background-color: #6005CE;
}
</style>
border-color css
<style>
span { border-color: #6005CE; }
span { border-color: rgb(96,5,206); }
td.TdClassName
{
border-color: #6005CE;
}
.TagClassName
{
border-color: #6005CE;
}
</style>