Shades of Purple Heart #4220CA
Tints of Purple Heart #4220CA
RGB
CMYK
RGB Variations
Color information
#4220CA (or 0x4220CA) is known color: Purple Heart. HEX triplet: 42, 20 and CA. RGB value is (66,32,202). Sum of RGB (Red+Green+Blue) = 66+32+202=300 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22% from 300); Green value is 32 (12.89% from 255 or 10.67% from 300); Blue value is 202 (79.30% from 255 or 67.33% from 300); Max value from RGB is 202 - color contains mainly: blue. Hex color #4220CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4220CA is #BDDF35. Grayscale: #3C3C3C. Windows color (decimal): -12443446 or 13246530. OLE color: 13246530.
HSL color Cylindrical-coordinate representation of color #4220CA: hue angle of 252º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4220CA is Cyan = 0.67, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 66 | 32 | 202 | - |
| CMYK | 0.67 | 0.84 | 0 | 0.21 |
| HSL | 252º | 0.73% | 0.46% | - |
| HSV(B) | 252º | 0.84% | 0.79% | - |
| XYZ | 13.42 | 6.46 | 56.42 | - |
| YUV | 61.55 | 207.26 | 131.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 32 | 202 | 0.67 | 0.84 | 0 | 0.21 | 252 | 0.73 | 0.46 |
| Hex | 42 | 20 | CA | 43 | 54 | 0 | 15 | FC | 49 | 2E |
| Octal | 102 | 40 | 312 | 103 | 124 | 0 | 25 | 374 | 111 | 56 |
| Binary | 1000010 | 100000 | 11001010 | 1000011 | 1010100 | 0 | 10101 | 11111100 | 1001001 | 101110 |
Color Harmonies of #4220CA
Complementary color
Monochromatic Colors of #4220CA
Black with #4220CA
Text Example
Text Example
White with #4220CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4220CA; }
p { color: rgb(66,32,202); }
H1.HeaderClassName
{
color: #4220CA;
}
.AnyTagClassName
{
color: #4220CA;
}
</style>
background-color css
<style>
a { background-color: #4220CA; }
a { background-color: rgb(66,32,202); }
div.DivClassName
{
background-color: #4220CA;
}
.BgClassName
{
background-color: #4220CA;
}
</style>
border-color css
<style>
span { border-color: #4220CA; }
span { border-color: rgb(66,32,202); }
td.TdClassName
{
border-color: #4220CA;
}
.TagClassName
{
border-color: #4220CA;
}
</style>