Shades of Purple Heart #6000CE
Tints of Purple Heart #6000CE
RGB
CMYK
RGB Variations
Color information
#6000CE (or 0x6000CE) is known color: Purple Heart. HEX triplet: 60, 00 and CE. RGB value is (96,0,206). Sum of RGB (Red+Green+Blue) = 96+0+206=302 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.79% from 302); Green value is 0 (0.39% from 255 or 0% from 302); Blue value is 206 (80.86% from 255 or 68.21% from 302); Max value from RGB is 206 - color contains mainly: blue. Hex color #6000CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6000CE is #9FFF31. Grayscale: #333333. Windows color (decimal): -10485554 or 13500512. OLE color: 13500512.
HSL color Cylindrical-coordinate representation of color #6000CE: hue angle of 267.96º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6000CE is Cyan = 0.53, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 96 | 0 | 206 | - |
| CMYK | 0.53 | 1 | 0 | 0.19 |
| HSL | 267.96º | 1% | 0.4% | - |
| HSV(B) | 267.96º | 1% | 0.81% | - |
| XYZ | 15.96 | 6.94 | 58.89 | - |
| YUV | 52.19 | 214.8 | 159.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 0 | 206 | 0.53 | 1 | 0 | 0.19 | 267.96 | 1 | 0.4 |
| Hex | 60 | 0 | CE | 35 | 64 | 0 | 13 | 10C | 64 | 28 |
| Octal | 140 | 0 | 316 | 65 | 144 | 0 | 23 | 414 | 144 | 50 |
| Binary | 1100000 | 0 | 11001110 | 110101 | 1100100 | 0 | 10011 | 100001100 | 1100100 | 101000 |
Color Harmonies of #6000CE
Complementary color
Monochromatic Colors of #6000CE
Black with #6000CE
Text Example
Text Example
White with #6000CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6000CE; }
p { color: rgb(96,0,206); }
H1.HeaderClassName
{
color: #6000CE;
}
.AnyTagClassName
{
color: #6000CE;
}
</style>
background-color css
<style>
a { background-color: #6000CE; }
a { background-color: rgb(96,0,206); }
div.DivClassName
{
background-color: #6000CE;
}
.BgClassName
{
background-color: #6000CE;
}
</style>
border-color css
<style>
span { border-color: #6000CE; }
span { border-color: rgb(96,0,206); }
td.TdClassName
{
border-color: #6000CE;
}
.TagClassName
{
border-color: #6000CE;
}
</style>