Shades of Purple Heart #4220C0
Tints of Purple Heart #4220C0
RGB
CMYK
RGB Variations
Color information
#4220C0 (or 0x4220C0) is known color: Purple Heart. HEX triplet: 42, 20 and C0. RGB value is (66,32,192). Sum of RGB (Red+Green+Blue) = 66+32+192=290 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.76% from 290); Green value is 32 (12.89% from 255 or 11.03% from 290); Blue value is 192 (75.39% from 255 or 66.21% from 290); Max value from RGB is 192 - color contains mainly: blue. Hex color #4220C0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4220C0 is #BDDF3F. Grayscale: #3B3B3B. Windows color (decimal): -12443456 or 12591170. OLE color: 12591170.
HSL color Cylindrical-coordinate representation of color #4220C0: hue angle of 252.75º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4220C0 is Cyan = 0.66, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 66 | 32 | 192 | - |
| CMYK | 0.66 | 0.83 | 0 | 0.25 |
| HSL | 252.75º | 0.71% | 0.44% | - |
| HSV(B) | 252.75º | 0.83% | 0.75% | - |
| XYZ | 12.28 | 6 | 50.38 | - |
| YUV | 60.41 | 202.26 | 131.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 32 | 192 | 0.66 | 0.83 | 0 | 0.25 | 252.75 | 0.71 | 0.44 |
| Hex | 42 | 20 | C0 | 42 | 53 | 0 | 19 | FD | 47 | 2C |
| Octal | 102 | 40 | 300 | 102 | 123 | 0 | 31 | 375 | 107 | 54 |
| Binary | 1000010 | 100000 | 11000000 | 1000010 | 1010011 | 0 | 11001 | 11111101 | 1000111 | 101100 |
Color Harmonies of #4220C0
Complementary color
Monochromatic Colors of #4220C0
Black with #4220C0
Text Example
Text Example
White with #4220C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4220C0; }
p { color: rgb(66,32,192); }
H1.HeaderClassName
{
color: #4220C0;
}
.AnyTagClassName
{
color: #4220C0;
}
</style>
background-color css
<style>
a { background-color: #4220C0; }
a { background-color: rgb(66,32,192); }
div.DivClassName
{
background-color: #4220C0;
}
.BgClassName
{
background-color: #4220C0;
}
</style>
border-color css
<style>
span { border-color: #4220C0; }
span { border-color: rgb(66,32,192); }
td.TdClassName
{
border-color: #4220C0;
}
.TagClassName
{
border-color: #4220C0;
}
</style>