Shades of Purple Heart #4220CC
Tints of Purple Heart #4220CC
RGB
CMYK
RGB Variations
Color information
#4220CC (or 0x4220CC) is known color: Purple Heart. HEX triplet: 42, 20 and CC. RGB value is (66,32,204). Sum of RGB (Red+Green+Blue) = 66+32+204=302 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.85% from 302); Green value is 32 (12.89% from 255 or 10.60% from 302); Blue value is 204 (80.08% from 255 or 67.55% from 302); Max value from RGB is 204 - color contains mainly: blue. Hex color #4220CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4220CC is #BDDF33. Grayscale: #3D3D3D. Windows color (decimal): -12443444 or 13377602. OLE color: 13377602.
HSL color Cylindrical-coordinate representation of color #4220CC: hue angle of 251.86º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4220CC is Cyan = 0.68, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 66 | 32 | 204 | - |
| CMYK | 0.68 | 0.84 | 0 | 0.2 |
| HSL | 251.86º | 0.73% | 0.46% | - |
| HSV(B) | 251.86º | 0.84% | 0.8% | - |
| XYZ | 13.66 | 6.55 | 57.67 | - |
| YUV | 61.77 | 208.26 | 131.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 32 | 204 | 0.68 | 0.84 | 0 | 0.2 | 251.86 | 0.73 | 0.46 |
| Hex | 42 | 20 | CC | 44 | 54 | 0 | 14 | FC | 49 | 2E |
| Octal | 102 | 40 | 314 | 104 | 124 | 0 | 24 | 374 | 111 | 56 |
| Binary | 1000010 | 100000 | 11001100 | 1000100 | 1010100 | 0 | 10100 | 11111100 | 1001001 | 101110 |
Color Harmonies of #4220CC
Complementary color
Monochromatic Colors of #4220CC
Black with #4220CC
Text Example
Text Example
White with #4220CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4220CC; }
p { color: rgb(66,32,204); }
H1.HeaderClassName
{
color: #4220CC;
}
.AnyTagClassName
{
color: #4220CC;
}
</style>
background-color css
<style>
a { background-color: #4220CC; }
a { background-color: rgb(66,32,204); }
div.DivClassName
{
background-color: #4220CC;
}
.BgClassName
{
background-color: #4220CC;
}
</style>
border-color css
<style>
span { border-color: #4220CC; }
span { border-color: rgb(66,32,204); }
td.TdClassName
{
border-color: #4220CC;
}
.TagClassName
{
border-color: #4220CC;
}
</style>