Shades of Purple Heart #6022CE
Tints of Purple Heart #6022CE
RGB
CMYK
RGB Variations
Color information
#6022CE (or 0x6022CE) is known color: Purple Heart. HEX triplet: 60, 22 and CE. RGB value is (96,34,206). Sum of RGB (Red+Green+Blue) = 96+34+206=336 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.57% from 336); Green value is 34 (13.67% from 255 or 10.12% from 336); Blue value is 206 (80.86% from 255 or 61.31% from 336); Max value from RGB is 206 - color contains mainly: blue. Hex color #6022CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6022CE is #9FDD31. Grayscale: #474747. Windows color (decimal): -10476850 or 13509216. OLE color: 13509216.
HSL color Cylindrical-coordinate representation of color #6022CE: hue angle of 261.63º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6022CE is Cyan = 0.53, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 96 | 34 | 206 | - |
| CMYK | 0.53 | 0.83 | 0 | 0.19 |
| HSL | 261.63º | 0.72% | 0.47% | - |
| HSV(B) | 261.63º | 0.83% | 0.81% | - |
| XYZ | 16.54 | 8.09 | 59.08 | - |
| YUV | 72.15 | 203.54 | 145.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 34 | 206 | 0.53 | 0.83 | 0 | 0.19 | 261.63 | 0.72 | 0.47 |
| Hex | 60 | 22 | CE | 35 | 53 | 0 | 13 | 106 | 48 | 2F |
| Octal | 140 | 42 | 316 | 65 | 123 | 0 | 23 | 406 | 110 | 57 |
| Binary | 1100000 | 100010 | 11001110 | 110101 | 1010011 | 0 | 10011 | 100000110 | 1001000 | 101111 |
Color Harmonies of #6022CE
Complementary color
Monochromatic Colors of #6022CE
Black with #6022CE
Text Example
Text Example
White with #6022CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6022CE; }
p { color: rgb(96,34,206); }
H1.HeaderClassName
{
color: #6022CE;
}
.AnyTagClassName
{
color: #6022CE;
}
</style>
background-color css
<style>
a { background-color: #6022CE; }
a { background-color: rgb(96,34,206); }
div.DivClassName
{
background-color: #6022CE;
}
.BgClassName
{
background-color: #6022CE;
}
</style>
border-color css
<style>
span { border-color: #6022CE; }
span { border-color: rgb(96,34,206); }
td.TdClassName
{
border-color: #6022CE;
}
.TagClassName
{
border-color: #6022CE;
}
</style>