Shades of Purple Heart #422AB9
Tints of Purple Heart #422AB9
RGB
CMYK
RGB Variations
Color information
#422AB9 (or 0x422AB9) is known color: Purple Heart. HEX triplet: 42, 2A and B9. RGB value is (66,42,185). Sum of RGB (Red+Green+Blue) = 66+42+185=293 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.53% from 293); Green value is 42 (16.80% from 255 or 14.33% from 293); Blue value is 185 (72.66% from 255 or 63.14% from 293); Max value from RGB is 185 - color contains mainly: blue. Hex color #422AB9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #422AB9 is #BDD546. Grayscale: #404040. Windows color (decimal): -12440903 or 12134978. OLE color: 12134978.
HSL color Cylindrical-coordinate representation of color #422AB9: hue angle of 250.07º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #422AB9 is Cyan = 0.64, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 66 | 42 | 185 | - |
| CMYK | 0.64 | 0.77 | 0 | 0.27 |
| HSL | 250.07º | 0.63% | 0.45% | - |
| HSV(B) | 250.07º | 0.77% | 0.73% | - |
| XYZ | 11.83 | 6.32 | 46.49 | - |
| YUV | 65.48 | 195.45 | 128.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 42 | 185 | 0.64 | 0.77 | 0 | 0.27 | 250.07 | 0.63 | 0.45 |
| Hex | 42 | 2A | B9 | 40 | 4D | 0 | 1B | FA | 3F | 2D |
| Octal | 102 | 52 | 271 | 100 | 115 | 0 | 33 | 372 | 77 | 55 |
| Binary | 1000010 | 101010 | 10111001 | 1000000 | 1001101 | 0 | 11011 | 11111010 | 111111 | 101101 |
Color Harmonies of #422AB9
Complementary color
Monochromatic Colors of #422AB9
Black with #422AB9
Text Example
Text Example
White with #422AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422AB9; }
p { color: rgb(66,42,185); }
H1.HeaderClassName
{
color: #422AB9;
}
.AnyTagClassName
{
color: #422AB9;
}
</style>
background-color css
<style>
a { background-color: #422AB9; }
a { background-color: rgb(66,42,185); }
div.DivClassName
{
background-color: #422AB9;
}
.BgClassName
{
background-color: #422AB9;
}
</style>
border-color css
<style>
span { border-color: #422AB9; }
span { border-color: rgb(66,42,185); }
td.TdClassName
{
border-color: #422AB9;
}
.TagClassName
{
border-color: #422AB9;
}
</style>