Shades of Purple Heart #6016CE
Tints of Purple Heart #6016CE
RGB
CMYK
RGB Variations
Color information
#6016CE (or 0x6016CE) is known color: Purple Heart. HEX triplet: 60, 16 and CE. RGB value is (96,22,206). Sum of RGB (Red+Green+Blue) = 96+22+206=324 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.63% from 324); Green value is 22 (8.98% from 255 or 6.79% from 324); Blue value is 206 (80.86% from 255 or 63.58% from 324); Max value from RGB is 206 - color contains mainly: blue. Hex color #6016CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6016CE is #9FE931. Grayscale: #404040. Windows color (decimal): -10479922 or 13506144. OLE color: 13506144.
HSL color Cylindrical-coordinate representation of color #6016CE: hue angle of 264.13º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6016CE is Cyan = 0.53, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 96 | 22 | 206 | - |
| CMYK | 0.53 | 0.89 | 0 | 0.19 |
| HSL | 264.13º | 0.81% | 0.45% | - |
| HSV(B) | 264.13º | 0.89% | 0.81% | - |
| XYZ | 16.25 | 7.52 | 58.99 | - |
| YUV | 65.1 | 207.52 | 150.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 22 | 206 | 0.53 | 0.89 | 0 | 0.19 | 264.13 | 0.81 | 0.45 |
| Hex | 60 | 16 | CE | 35 | 59 | 0 | 13 | 108 | 51 | 2D |
| Octal | 140 | 26 | 316 | 65 | 131 | 0 | 23 | 410 | 121 | 55 |
| Binary | 1100000 | 10110 | 11001110 | 110101 | 1011001 | 0 | 10011 | 100001000 | 1010001 | 101101 |
Color Harmonies of #6016CE
Complementary color
Monochromatic Colors of #6016CE
Black with #6016CE
Text Example
Text Example
White with #6016CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6016CE; }
p { color: rgb(96,22,206); }
H1.HeaderClassName
{
color: #6016CE;
}
.AnyTagClassName
{
color: #6016CE;
}
</style>
background-color css
<style>
a { background-color: #6016CE; }
a { background-color: rgb(96,22,206); }
div.DivClassName
{
background-color: #6016CE;
}
.BgClassName
{
background-color: #6016CE;
}
</style>
border-color css
<style>
span { border-color: #6016CE; }
span { border-color: rgb(96,22,206); }
td.TdClassName
{
border-color: #6016CE;
}
.TagClassName
{
border-color: #6016CE;
}
</style>