Shades of Purple Heart #4220CE
Tints of Purple Heart #4220CE
RGB
CMYK
RGB Variations
Color information
#4220CE (or 0x4220CE) is known color: Purple Heart. HEX triplet: 42, 20 and CE. RGB value is (66,32,206). Sum of RGB (Red+Green+Blue) = 66+32+206=304 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.71% from 304); Green value is 32 (12.89% from 255 or 10.53% from 304); Blue value is 206 (80.86% from 255 or 67.76% from 304); Max value from RGB is 206 - color contains mainly: blue. Hex color #4220CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4220CE is #BDDF31. Grayscale: #3D3D3D. Windows color (decimal): -12443442 or 13508674. OLE color: 13508674.
HSL color Cylindrical-coordinate representation of color #4220CE: hue angle of 251.72º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4220CE is Cyan = 0.68, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 66 | 32 | 206 | - |
| CMYK | 0.68 | 0.84 | 0 | 0.19 |
| HSL | 251.72º | 0.73% | 0.47% | - |
| HSV(B) | 251.72º | 0.84% | 0.81% | - |
| XYZ | 13.9 | 6.65 | 58.94 | - |
| YUV | 62 | 209.26 | 130.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 32 | 206 | 0.68 | 0.84 | 0 | 0.19 | 251.72 | 0.73 | 0.47 |
| Hex | 42 | 20 | CE | 44 | 54 | 0 | 13 | FC | 49 | 2F |
| Octal | 102 | 40 | 316 | 104 | 124 | 0 | 23 | 374 | 111 | 57 |
| Binary | 1000010 | 100000 | 11001110 | 1000100 | 1010100 | 0 | 10011 | 11111100 | 1001001 | 101111 |
Color Harmonies of #4220CE
Complementary color
Monochromatic Colors of #4220CE
Black with #4220CE
Text Example
Text Example
White with #4220CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4220CE; }
p { color: rgb(66,32,206); }
H1.HeaderClassName
{
color: #4220CE;
}
.AnyTagClassName
{
color: #4220CE;
}
</style>
background-color css
<style>
a { background-color: #4220CE; }
a { background-color: rgb(66,32,206); }
div.DivClassName
{
background-color: #4220CE;
}
.BgClassName
{
background-color: #4220CE;
}
</style>
border-color css
<style>
span { border-color: #4220CE; }
span { border-color: rgb(66,32,206); }
td.TdClassName
{
border-color: #4220CE;
}
.TagClassName
{
border-color: #4220CE;
}
</style>