Shades of Purple Heart #422ABA
Tints of Purple Heart #422ABA
RGB
CMYK
RGB Variations
Color information
#422ABA (or 0x422ABA) is known color: Purple Heart. HEX triplet: 42, 2A and BA. RGB value is (66,42,186). Sum of RGB (Red+Green+Blue) = 66+42+186=294 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.45% from 294); Green value is 42 (16.80% from 255 or 14.29% from 294); Blue value is 186 (73.05% from 255 or 63.27% from 294); Max value from RGB is 186 - color contains mainly: blue. Hex color #422ABA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #422ABA is #BDD545. Grayscale: #414141. Windows color (decimal): -12440902 or 12200514. OLE color: 12200514.
HSL color Cylindrical-coordinate representation of color #422ABA: hue angle of 250º 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 #422ABA is Cyan = 0.65, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 66 | 42 | 186 | - |
| CMYK | 0.65 | 0.77 | 0 | 0.27 |
| HSL | 250º | 0.63% | 0.45% | - |
| HSV(B) | 250º | 0.77% | 0.73% | - |
| XYZ | 11.94 | 6.36 | 47.05 | - |
| YUV | 65.59 | 195.95 | 128.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 42 | 186 | 0.65 | 0.77 | 0 | 0.27 | 250 | 0.63 | 0.45 |
| Hex | 42 | 2A | BA | 41 | 4D | 0 | 1B | FA | 3F | 2D |
| Octal | 102 | 52 | 272 | 101 | 115 | 0 | 33 | 372 | 77 | 55 |
| Binary | 1000010 | 101010 | 10111010 | 1000001 | 1001101 | 0 | 11011 | 11111010 | 111111 | 101101 |
Color Harmonies of #422ABA
Complementary color
Monochromatic Colors of #422ABA
Black with #422ABA
Text Example
Text Example
White with #422ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422ABA; }
p { color: rgb(66,42,186); }
H1.HeaderClassName
{
color: #422ABA;
}
.AnyTagClassName
{
color: #422ABA;
}
</style>
background-color css
<style>
a { background-color: #422ABA; }
a { background-color: rgb(66,42,186); }
div.DivClassName
{
background-color: #422ABA;
}
.BgClassName
{
background-color: #422ABA;
}
</style>
border-color css
<style>
span { border-color: #422ABA; }
span { border-color: rgb(66,42,186); }
td.TdClassName
{
border-color: #422ABA;
}
.TagClassName
{
border-color: #422ABA;
}
</style>