Shades of Purple Heart #422EC0
Tints of Purple Heart #422EC0
RGB
CMYK
RGB Variations
Color information
#422EC0 (or 0x422EC0) is known color: Purple Heart. HEX triplet: 42, 2E and C0. RGB value is (66,46,192). Sum of RGB (Red+Green+Blue) = 66+46+192=304 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.71% from 304); Green value is 46 (18.36% from 255 or 15.13% from 304); Blue value is 192 (75.39% from 255 or 63.16% from 304); Max value from RGB is 192 - color contains mainly: blue. Hex color #422EC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #422EC0 is #BDD13F. Grayscale: #444444. Windows color (decimal): -12439872 or 12594754. OLE color: 12594754.
HSL color Cylindrical-coordinate representation of color #422EC0: hue angle of 248.22º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #422EC0 is Cyan = 0.66, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 66 | 46 | 192 | - |
| CMYK | 0.66 | 0.76 | 0 | 0.25 |
| HSL | 248.22º | 0.61% | 0.47% | - |
| HSV(B) | 248.22º | 0.76% | 0.75% | - |
| XYZ | 12.74 | 6.92 | 50.53 | - |
| YUV | 68.62 | 197.63 | 126.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 46 | 192 | 0.66 | 0.76 | 0 | 0.25 | 248.22 | 0.61 | 0.47 |
| Hex | 42 | 2E | C0 | 42 | 4C | 0 | 19 | F8 | 3D | 2F |
| Octal | 102 | 56 | 300 | 102 | 114 | 0 | 31 | 370 | 75 | 57 |
| Binary | 1000010 | 101110 | 11000000 | 1000010 | 1001100 | 0 | 11001 | 11111000 | 111101 | 101111 |
Color Harmonies of #422EC0
Complementary color
Monochromatic Colors of #422EC0
Black with #422EC0
Text Example
Text Example
White with #422EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422EC0; }
p { color: rgb(66,46,192); }
H1.HeaderClassName
{
color: #422EC0;
}
.AnyTagClassName
{
color: #422EC0;
}
</style>
background-color css
<style>
a { background-color: #422EC0; }
a { background-color: rgb(66,46,192); }
div.DivClassName
{
background-color: #422EC0;
}
.BgClassName
{
background-color: #422EC0;
}
</style>
border-color css
<style>
span { border-color: #422EC0; }
span { border-color: rgb(66,46,192); }
td.TdClassName
{
border-color: #422EC0;
}
.TagClassName
{
border-color: #422EC0;
}
</style>