Shades of Purple Heart #4220B3
Tints of Purple Heart #4220B3
RGB
CMYK
RGB Variations
Color information
#4220B3 (or 0x4220B3) is known color: Purple Heart. HEX triplet: 42, 20 and B3. RGB value is (66,32,179). Sum of RGB (Red+Green+Blue) = 66+32+179=277 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.83% from 277); Green value is 32 (12.89% from 255 or 11.55% from 277); Blue value is 179 (70.31% from 255 or 64.62% from 277); Max value from RGB is 179 - color contains mainly: blue. Hex color #4220B3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4220B3 is #BDDF4C. Grayscale: #3A3A3A. Windows color (decimal): -12443469 or 11739202. OLE color: 11739202.
HSL color Cylindrical-coordinate representation of color #4220B3: hue angle of 253.88º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4220B3 is Cyan = 0.63, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 66 | 32 | 179 | - |
| CMYK | 0.63 | 0.82 | 0 | 0.30 |
| HSL | 253.88º | 0.7% | 0.41% | - |
| HSV(B) | 253.88º | 0.82% | 0.7% | - |
| XYZ | 10.9 | 5.45 | 43.12 | - |
| YUV | 58.92 | 195.76 | 133.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 32 | 179 | 0.63 | 0.82 | 0 | 0.30 | 253.88 | 0.7 | 0.41 |
| Hex | 42 | 20 | B3 | 3F | 52 | 0 | 1E | FE | 46 | 29 |
| Octal | 102 | 40 | 263 | 77 | 122 | 0 | 36 | 376 | 106 | 51 |
| Binary | 1000010 | 100000 | 10110011 | 111111 | 1010010 | 0 | 11110 | 11111110 | 1000110 | 101001 |
Color Harmonies of #4220B3
Complementary color
Monochromatic Colors of #4220B3
Black with #4220B3
Text Example
Text Example
White with #4220B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4220B3; }
p { color: rgb(66,32,179); }
H1.HeaderClassName
{
color: #4220B3;
}
.AnyTagClassName
{
color: #4220B3;
}
</style>
background-color css
<style>
a { background-color: #4220B3; }
a { background-color: rgb(66,32,179); }
div.DivClassName
{
background-color: #4220B3;
}
.BgClassName
{
background-color: #4220B3;
}
</style>
border-color css
<style>
span { border-color: #4220B3; }
span { border-color: rgb(66,32,179); }
td.TdClassName
{
border-color: #4220B3;
}
.TagClassName
{
border-color: #4220B3;
}
</style>