Shades of Purple Heart #6014CE
Tints of Purple Heart #6014CE
RGB
CMYK
RGB Variations
Color information
#6014CE (or 0x6014CE) is known color: Purple Heart. HEX triplet: 60, 14 and CE. RGB value is (96,20,206). Sum of RGB (Red+Green+Blue) = 96+20+206=322 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.81% from 322); Green value is 20 (8.20% from 255 or 6.21% from 322); Blue value is 206 (80.86% from 255 or 63.98% from 322); Max value from RGB is 206 - color contains mainly: blue. Hex color #6014CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6014CE is #9FEB31. Grayscale: #3F3F3F. Windows color (decimal): -10480434 or 13505632. OLE color: 13505632.
HSL color Cylindrical-coordinate representation of color #6014CE: hue angle of 264.52º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6014CE is Cyan = 0.53, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 96 | 20 | 206 | - |
| CMYK | 0.53 | 0.90 | 0 | 0.19 |
| HSL | 264.52º | 0.82% | 0.44% | - |
| HSV(B) | 264.52º | 0.9% | 0.81% | - |
| XYZ | 16.21 | 7.44 | 58.97 | - |
| YUV | 63.93 | 208.18 | 150.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 20 | 206 | 0.53 | 0.90 | 0 | 0.19 | 264.52 | 0.82 | 0.44 |
| Hex | 60 | 14 | CE | 35 | 5A | 0 | 13 | 109 | 52 | 2C |
| Octal | 140 | 24 | 316 | 65 | 132 | 0 | 23 | 411 | 122 | 54 |
| Binary | 1100000 | 10100 | 11001110 | 110101 | 1011010 | 0 | 10011 | 100001001 | 1010010 | 101100 |
Color Harmonies of #6014CE
Complementary color
Monochromatic Colors of #6014CE
Black with #6014CE
Text Example
Text Example
White with #6014CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6014CE; }
p { color: rgb(96,20,206); }
H1.HeaderClassName
{
color: #6014CE;
}
.AnyTagClassName
{
color: #6014CE;
}
</style>
background-color css
<style>
a { background-color: #6014CE; }
a { background-color: rgb(96,20,206); }
div.DivClassName
{
background-color: #6014CE;
}
.BgClassName
{
background-color: #6014CE;
}
</style>
border-color css
<style>
span { border-color: #6014CE; }
span { border-color: rgb(96,20,206); }
td.TdClassName
{
border-color: #6014CE;
}
.TagClassName
{
border-color: #6014CE;
}
</style>