Shades of Purple Heart #422AB4
Tints of Purple Heart #422AB4
RGB
CMYK
RGB Variations
Color information
#422AB4 (or 0x422AB4) is known color: Purple Heart. HEX triplet: 42, 2A and B4. RGB value is (66,42,180). Sum of RGB (Red+Green+Blue) = 66+42+180=288 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.92% from 288); Green value is 42 (16.80% from 255 or 14.58% from 288); Blue value is 180 (70.70% from 255 or 62.5% from 288); Max value from RGB is 180 - color contains mainly: blue. Hex color #422AB4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #422AB4 is #BDD54B. Grayscale: #404040. Windows color (decimal): -12440908 or 11807298. OLE color: 11807298.
HSL color Cylindrical-coordinate representation of color #422AB4: hue angle of 250.43º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #422AB4 is Cyan = 0.63, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 66 | 42 | 180 | - |
| CMYK | 0.63 | 0.77 | 0 | 0.29 |
| HSL | 250.43º | 0.62% | 0.44% | - |
| HSV(B) | 250.43º | 0.77% | 0.71% | - |
| XYZ | 11.31 | 6.11 | 43.76 | - |
| YUV | 64.91 | 192.95 | 128.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 42 | 180 | 0.63 | 0.77 | 0 | 0.29 | 250.43 | 0.62 | 0.44 |
| Hex | 42 | 2A | B4 | 3F | 4D | 0 | 1D | FA | 3E | 2C |
| Octal | 102 | 52 | 264 | 77 | 115 | 0 | 35 | 372 | 76 | 54 |
| Binary | 1000010 | 101010 | 10110100 | 111111 | 1001101 | 0 | 11101 | 11111010 | 111110 | 101100 |
Color Harmonies of #422AB4
Complementary color
Monochromatic Colors of #422AB4
Black with #422AB4
Text Example
Text Example
White with #422AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422AB4; }
p { color: rgb(66,42,180); }
H1.HeaderClassName
{
color: #422AB4;
}
.AnyTagClassName
{
color: #422AB4;
}
</style>
background-color css
<style>
a { background-color: #422AB4; }
a { background-color: rgb(66,42,180); }
div.DivClassName
{
background-color: #422AB4;
}
.BgClassName
{
background-color: #422AB4;
}
</style>
border-color css
<style>
span { border-color: #422AB4; }
span { border-color: rgb(66,42,180); }
td.TdClassName
{
border-color: #422AB4;
}
.TagClassName
{
border-color: #422AB4;
}
</style>