Shades of Purple Heart #422ABB
Tints of Purple Heart #422ABB
RGB
CMYK
RGB Variations
Color information
#422ABB (or 0x422ABB) is known color: Purple Heart. HEX triplet: 42, 2A and BB. RGB value is (66,42,187). Sum of RGB (Red+Green+Blue) = 66+42+187=295 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.37% from 295); Green value is 42 (16.80% from 255 or 14.24% from 295); Blue value is 187 (73.44% from 255 or 63.39% from 295); Max value from RGB is 187 - color contains mainly: blue. Hex color #422ABB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #422ABB is #BDD544. Grayscale: #414141. Windows color (decimal): -12440901 or 12266050. OLE color: 12266050.
HSL color Cylindrical-coordinate representation of color #422ABB: hue angle of 249.93º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #422ABB is Cyan = 0.65, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 66 | 42 | 187 | - |
| CMYK | 0.65 | 0.78 | 0 | 0.27 |
| HSL | 249.93º | 0.63% | 0.45% | - |
| HSV(B) | 249.93º | 0.78% | 0.73% | - |
| XYZ | 12.04 | 6.4 | 47.61 | - |
| YUV | 65.71 | 196.45 | 128.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 42 | 187 | 0.65 | 0.78 | 0 | 0.27 | 249.93 | 0.63 | 0.45 |
| Hex | 42 | 2A | BB | 41 | 4E | 0 | 1B | FA | 3F | 2D |
| Octal | 102 | 52 | 273 | 101 | 116 | 0 | 33 | 372 | 77 | 55 |
| Binary | 1000010 | 101010 | 10111011 | 1000001 | 1001110 | 0 | 11011 | 11111010 | 111111 | 101101 |
Color Harmonies of #422ABB
Complementary color
Monochromatic Colors of #422ABB
Black with #422ABB
Text Example
Text Example
White with #422ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422ABB; }
p { color: rgb(66,42,187); }
H1.HeaderClassName
{
color: #422ABB;
}
.AnyTagClassName
{
color: #422ABB;
}
</style>
background-color css
<style>
a { background-color: #422ABB; }
a { background-color: rgb(66,42,187); }
div.DivClassName
{
background-color: #422ABB;
}
.BgClassName
{
background-color: #422ABB;
}
</style>
border-color css
<style>
span { border-color: #422ABB; }
span { border-color: rgb(66,42,187); }
td.TdClassName
{
border-color: #422ABB;
}
.TagClassName
{
border-color: #422ABB;
}
</style>