Shades of Purple Heart #4A1EBA
Tints of Purple Heart #4A1EBA
RGB
CMYK
RGB Variations
Color information
#4A1EBA (or 0x4A1EBA) is known color: Purple Heart. HEX triplet: 4A, 1E and BA. RGB value is (74,30,186). Sum of RGB (Red+Green+Blue) = 74+30+186=290 (38% of max value = 765). Red value is 74 (29.30% from 255 or 25.52% from 290); Green value is 30 (12.11% from 255 or 10.34% from 290); Blue value is 186 (73.05% from 255 or 64.14% from 290); Max value from RGB is 186 - color contains mainly: blue. Hex color #4A1EBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A1EBA is #B5E145. Grayscale: #3C3C3C. Windows color (decimal): -11919686 or 12197450. OLE color: 12197450.
HSL color Cylindrical-coordinate representation of color #4A1EBA: hue angle of 256.92º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4A1EBA is Cyan = 0.60, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 74 | 30 | 186 | - |
| CMYK | 0.60 | 0.84 | 0 | 0.27 |
| HSL | 256.92º | 0.72% | 0.42% | - |
| HSV(B) | 256.92º | 0.84% | 0.73% | - |
| XYZ | 12.15 | 5.93 | 46.96 | - |
| YUV | 60.94 | 198.58 | 137.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 30 | 186 | 0.60 | 0.84 | 0 | 0.27 | 256.92 | 0.72 | 0.42 |
| Hex | 4A | 1E | BA | 3C | 54 | 0 | 1B | 101 | 48 | 2A |
| Octal | 112 | 36 | 272 | 74 | 124 | 0 | 33 | 401 | 110 | 52 |
| Binary | 1001010 | 11110 | 10111010 | 111100 | 1010100 | 0 | 11011 | 100000001 | 1001000 | 101010 |
Color Harmonies of #4A1EBA
Complementary color
Monochromatic Colors of #4A1EBA
Black with #4A1EBA
Text Example
Text Example
White with #4A1EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A1EBA; }
p { color: rgb(74,30,186); }
H1.HeaderClassName
{
color: #4A1EBA;
}
.AnyTagClassName
{
color: #4A1EBA;
}
</style>
background-color css
<style>
a { background-color: #4A1EBA; }
a { background-color: rgb(74,30,186); }
div.DivClassName
{
background-color: #4A1EBA;
}
.BgClassName
{
background-color: #4A1EBA;
}
</style>
border-color css
<style>
span { border-color: #4A1EBA; }
span { border-color: rgb(74,30,186); }
td.TdClassName
{
border-color: #4A1EBA;
}
.TagClassName
{
border-color: #4A1EBA;
}
</style>