Shades of Purple Heart #422EBA
Tints of Purple Heart #422EBA
RGB
CMYK
RGB Variations
Color information
#422EBA (or 0x422EBA) is known color: Purple Heart. HEX triplet: 42, 2E and BA. RGB value is (66,46,186). Sum of RGB (Red+Green+Blue) = 66+46+186=298 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.15% from 298); Green value is 46 (18.36% from 255 or 15.44% from 298); Blue value is 186 (73.05% from 255 or 62.42% from 298); Max value from RGB is 186 - color contains mainly: blue. Hex color #422EBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #422EBA is #BDD145. Grayscale: #434343. Windows color (decimal): -12439878 or 12201538. OLE color: 12201538.
HSL color Cylindrical-coordinate representation of color #422EBA: hue angle of 248.57º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #422EBA is Cyan = 0.65, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 66 | 46 | 186 | - |
| CMYK | 0.65 | 0.75 | 0 | 0.27 |
| HSL | 248.57º | 0.6% | 0.45% | - |
| HSV(B) | 248.57º | 0.75% | 0.73% | - |
| XYZ | 12.09 | 6.66 | 47.1 | - |
| YUV | 67.94 | 194.63 | 126.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 46 | 186 | 0.65 | 0.75 | 0 | 0.27 | 248.57 | 0.6 | 0.45 |
| Hex | 42 | 2E | BA | 41 | 4B | 0 | 1B | F9 | 3C | 2D |
| Octal | 102 | 56 | 272 | 101 | 113 | 0 | 33 | 371 | 74 | 55 |
| Binary | 1000010 | 101110 | 10111010 | 1000001 | 1001011 | 0 | 11011 | 11111001 | 111100 | 101101 |
Color Harmonies of #422EBA
Complementary color
Monochromatic Colors of #422EBA
Black with #422EBA
Text Example
Text Example
White with #422EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422EBA; }
p { color: rgb(66,46,186); }
H1.HeaderClassName
{
color: #422EBA;
}
.AnyTagClassName
{
color: #422EBA;
}
</style>
background-color css
<style>
a { background-color: #422EBA; }
a { background-color: rgb(66,46,186); }
div.DivClassName
{
background-color: #422EBA;
}
.BgClassName
{
background-color: #422EBA;
}
</style>
border-color css
<style>
span { border-color: #422EBA; }
span { border-color: rgb(66,46,186); }
td.TdClassName
{
border-color: #422EBA;
}
.TagClassName
{
border-color: #422EBA;
}
</style>