Shades of Purple Heart #4A0EAF
Tints of Purple Heart #4A0EAF
RGB
CMYK
RGB Variations
Color information
#4A0EAF (or 0x4A0EAF) is known color: Purple Heart. HEX triplet: 4A, 0E and AF. RGB value is (74,14,175). Sum of RGB (Red+Green+Blue) = 74+14+175=263 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.14% from 263); Green value is 14 (5.86% from 255 or 5.32% from 263); Blue value is 175 (68.75% from 255 or 66.54% from 263); Max value from RGB is 175 - color contains mainly: blue. Hex color #4A0EAF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4A0EAF is #B5F150. Grayscale: #313131. Windows color (decimal): -11923793 or 11472458. OLE color: 11472458.
HSL color Cylindrical-coordinate representation of color #4A0EAF: hue angle of 262.36º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4A0EAF is Cyan = 0.58, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 74 | 14 | 175 | - |
| CMYK | 0.58 | 0.92 | 0 | 0.31 |
| HSL | 262.36º | 0.85% | 0.37% | - |
| HSV(B) | 262.36º | 0.92% | 0.69% | - |
| XYZ | 10.72 | 4.87 | 40.93 | - |
| YUV | 50.29 | 198.38 | 144.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 14 | 175 | 0.58 | 0.92 | 0 | 0.31 | 262.36 | 0.85 | 0.37 |
| Hex | 4A | E | AF | 3A | 5C | 0 | 1F | 106 | 55 | 25 |
| Octal | 112 | 16 | 257 | 72 | 134 | 0 | 37 | 406 | 125 | 45 |
| Binary | 1001010 | 1110 | 10101111 | 111010 | 1011100 | 0 | 11111 | 100000110 | 1010101 | 100101 |
Color Harmonies of #4A0EAF
Complementary color
Monochromatic Colors of #4A0EAF
Black with #4A0EAF
Text Example
Text Example
White with #4A0EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A0EAF; }
p { color: rgb(74,14,175); }
H1.HeaderClassName
{
color: #4A0EAF;
}
.AnyTagClassName
{
color: #4A0EAF;
}
</style>
background-color css
<style>
a { background-color: #4A0EAF; }
a { background-color: rgb(74,14,175); }
div.DivClassName
{
background-color: #4A0EAF;
}
.BgClassName
{
background-color: #4A0EAF;
}
</style>
border-color css
<style>
span { border-color: #4A0EAF; }
span { border-color: rgb(74,14,175); }
td.TdClassName
{
border-color: #4A0EAF;
}
.TagClassName
{
border-color: #4A0EAF;
}
</style>