Shades of Purple Heart #4220CB
Tints of Purple Heart #4220CB
RGB
CMYK
RGB Variations
Color information
#4220CB (or 0x4220CB) is known color: Purple Heart. HEX triplet: 42, 20 and CB. RGB value is (66,32,203). Sum of RGB (Red+Green+Blue) = 66+32+203=301 (39% of max value = 765). Red value is 66 (26.17% from 255 or 21.93% from 301); Green value is 32 (12.89% from 255 or 10.63% from 301); Blue value is 203 (79.69% from 255 or 67.44% from 301); Max value from RGB is 203 - color contains mainly: blue. Hex color #4220CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4220CB is #BDDF34. Grayscale: #3D3D3D. Windows color (decimal): -12443445 or 13312066. OLE color: 13312066.
HSL color Cylindrical-coordinate representation of color #4220CB: hue angle of 251.93º 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 #4220CB is Cyan = 0.67, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 66 | 32 | 203 | - |
| CMYK | 0.67 | 0.84 | 0 | 0.20 |
| HSL | 251.93º | 0.73% | 0.46% | - |
| HSV(B) | 251.93º | 0.84% | 0.8% | - |
| XYZ | 13.54 | 6.5 | 57.04 | - |
| YUV | 61.66 | 207.76 | 131.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 32 | 203 | 0.67 | 0.84 | 0 | 0.20 | 251.93 | 0.73 | 0.46 |
| Hex | 42 | 20 | CB | 43 | 54 | 0 | 14 | FC | 49 | 2E |
| Octal | 102 | 40 | 313 | 103 | 124 | 0 | 24 | 374 | 111 | 56 |
| Binary | 1000010 | 100000 | 11001011 | 1000011 | 1010100 | 0 | 10100 | 11111100 | 1001001 | 101110 |
Color Harmonies of #4220CB
Complementary color
Monochromatic Colors of #4220CB
Black with #4220CB
Text Example
Text Example
White with #4220CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4220CB; }
p { color: rgb(66,32,203); }
H1.HeaderClassName
{
color: #4220CB;
}
.AnyTagClassName
{
color: #4220CB;
}
</style>
background-color css
<style>
a { background-color: #4220CB; }
a { background-color: rgb(66,32,203); }
div.DivClassName
{
background-color: #4220CB;
}
.BgClassName
{
background-color: #4220CB;
}
</style>
border-color css
<style>
span { border-color: #4220CB; }
span { border-color: rgb(66,32,203); }
td.TdClassName
{
border-color: #4220CB;
}
.TagClassName
{
border-color: #4220CB;
}
</style>