Shades of Purple Heart #6222CE
Tints of Purple Heart #6222CE
RGB
CMYK
RGB Variations
Color information
#6222CE (or 0x6222CE) is known color: Purple Heart. HEX triplet: 62, 22 and CE. RGB value is (98,34,206). Sum of RGB (Red+Green+Blue) = 98+34+206=338 (44% of max value = 765). Red value is 98 (38.67% from 255 or 28.99% from 338); Green value is 34 (13.67% from 255 or 10.06% from 338); Blue value is 206 (80.86% from 255 or 60.95% from 338); Max value from RGB is 206 - color contains mainly: blue. Hex color #6222CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6222CE is #9DDD31. Grayscale: #484848. Windows color (decimal): -10345778 or 13509218. OLE color: 13509218.
HSL color Cylindrical-coordinate representation of color #6222CE: hue angle of 262.33º 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 #6222CE is Cyan = 0.52, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 98 | 34 | 206 | - |
| CMYK | 0.52 | 0.83 | 0 | 0.19 |
| HSL | 262.33º | 0.72% | 0.47% | - |
| HSV(B) | 262.33º | 0.83% | 0.81% | - |
| XYZ | 16.75 | 8.2 | 59.09 | - |
| YUV | 72.74 | 203.2 | 146.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 34 | 206 | 0.52 | 0.83 | 0 | 0.19 | 262.33 | 0.72 | 0.47 |
| Hex | 62 | 22 | CE | 34 | 53 | 0 | 13 | 106 | 48 | 2F |
| Octal | 142 | 42 | 316 | 64 | 123 | 0 | 23 | 406 | 110 | 57 |
| Binary | 1100010 | 100010 | 11001110 | 110100 | 1010011 | 0 | 10011 | 100000110 | 1001000 | 101111 |
Color Harmonies of #6222CE
Complementary color
Monochromatic Colors of #6222CE
Black with #6222CE
Text Example
Text Example
White with #6222CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6222CE; }
p { color: rgb(98,34,206); }
H1.HeaderClassName
{
color: #6222CE;
}
.AnyTagClassName
{
color: #6222CE;
}
</style>
background-color css
<style>
a { background-color: #6222CE; }
a { background-color: rgb(98,34,206); }
div.DivClassName
{
background-color: #6222CE;
}
.BgClassName
{
background-color: #6222CE;
}
</style>
border-color css
<style>
span { border-color: #6222CE; }
span { border-color: rgb(98,34,206); }
td.TdClassName
{
border-color: #6222CE;
}
.TagClassName
{
border-color: #6222CE;
}
</style>