Shades of Purple Heart #4220BC
Tints of Purple Heart #4220BC
RGB
CMYK
RGB Variations
Color information
#4220BC (or 0x4220BC) is known color: Purple Heart. HEX triplet: 42, 20 and BC. RGB value is (66,32,188). Sum of RGB (Red+Green+Blue) = 66+32+188=286 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.08% from 286); Green value is 32 (12.89% from 255 or 11.19% from 286); Blue value is 188 (73.83% from 255 or 65.73% from 286); Max value from RGB is 188 - color contains mainly: blue. Hex color #4220BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4220BC is #BDDF43. Grayscale: #3B3B3B. Windows color (decimal): -12443460 or 12329026. OLE color: 12329026.
HSL color Cylindrical-coordinate representation of color #4220BC: hue angle of 253.08º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4220BC is Cyan = 0.65, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 66 | 32 | 188 | - |
| CMYK | 0.65 | 0.83 | 0 | 0.26 |
| HSL | 253.08º | 0.71% | 0.43% | - |
| HSV(B) | 253.08º | 0.83% | 0.74% | - |
| XYZ | 11.84 | 5.82 | 48.08 | - |
| YUV | 59.95 | 200.26 | 132.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 32 | 188 | 0.65 | 0.83 | 0 | 0.26 | 253.08 | 0.71 | 0.43 |
| Hex | 42 | 20 | BC | 41 | 53 | 0 | 1A | FD | 47 | 2B |
| Octal | 102 | 40 | 274 | 101 | 123 | 0 | 32 | 375 | 107 | 53 |
| Binary | 1000010 | 100000 | 10111100 | 1000001 | 1010011 | 0 | 11010 | 11111101 | 1000111 | 101011 |
Color Harmonies of #4220BC
Complementary color
Monochromatic Colors of #4220BC
Black with #4220BC
Text Example
Text Example
White with #4220BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4220BC; }
p { color: rgb(66,32,188); }
H1.HeaderClassName
{
color: #4220BC;
}
.AnyTagClassName
{
color: #4220BC;
}
</style>
background-color css
<style>
a { background-color: #4220BC; }
a { background-color: rgb(66,32,188); }
div.DivClassName
{
background-color: #4220BC;
}
.BgClassName
{
background-color: #4220BC;
}
</style>
border-color css
<style>
span { border-color: #4220BC; }
span { border-color: rgb(66,32,188); }
td.TdClassName
{
border-color: #4220BC;
}
.TagClassName
{
border-color: #4220BC;
}
</style>