Shades of Purple Heart #422ABE
Tints of Purple Heart #422ABE
RGB
CMYK
RGB Variations
Color information
#422ABE (or 0x422ABE) is known color: Purple Heart. HEX triplet: 42, 2A and BE. RGB value is (66,42,190). Sum of RGB (Red+Green+Blue) = 66+42+190=298 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.15% from 298); Green value is 42 (16.80% from 255 or 14.09% from 298); Blue value is 190 (74.61% from 255 or 63.76% from 298); Max value from RGB is 190 - color contains mainly: blue. Hex color #422ABE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #422ABE is #BDD541. Grayscale: #414141. Windows color (decimal): -12440898 or 12462658. OLE color: 12462658.
HSL color Cylindrical-coordinate representation of color #422ABE: hue angle of 249.73º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #422ABE is Cyan = 0.65, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 66 | 42 | 190 | - |
| CMYK | 0.65 | 0.78 | 0 | 0.25 |
| HSL | 249.73º | 0.64% | 0.45% | - |
| HSV(B) | 249.73º | 0.78% | 0.75% | - |
| XYZ | 12.37 | 6.53 | 49.32 | - |
| YUV | 66.05 | 197.95 | 127.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 42 | 190 | 0.65 | 0.78 | 0 | 0.25 | 249.73 | 0.64 | 0.45 |
| Hex | 42 | 2A | BE | 41 | 4E | 0 | 19 | FA | 40 | 2D |
| Octal | 102 | 52 | 276 | 101 | 116 | 0 | 31 | 372 | 100 | 55 |
| Binary | 1000010 | 101010 | 10111110 | 1000001 | 1001110 | 0 | 11001 | 11111010 | 1000000 | 101101 |
Color Harmonies of #422ABE
Complementary color
Monochromatic Colors of #422ABE
Black with #422ABE
Text Example
Text Example
White with #422ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422ABE; }
p { color: rgb(66,42,190); }
H1.HeaderClassName
{
color: #422ABE;
}
.AnyTagClassName
{
color: #422ABE;
}
</style>
background-color css
<style>
a { background-color: #422ABE; }
a { background-color: rgb(66,42,190); }
div.DivClassName
{
background-color: #422ABE;
}
.BgClassName
{
background-color: #422ABE;
}
</style>
border-color css
<style>
span { border-color: #422ABE; }
span { border-color: rgb(66,42,190); }
td.TdClassName
{
border-color: #422ABE;
}
.TagClassName
{
border-color: #422ABE;
}
</style>