Shades of Purple Heart #4A39BA
Tints of Purple Heart #4A39BA
RGB
CMYK
RGB Variations
Color information
#4A39BA (or 0x4A39BA) is known color: Purple Heart. HEX triplet: 4A, 39 and BA. RGB value is (74,57,186). Sum of RGB (Red+Green+Blue) = 74+57+186=317 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.34% from 317); Green value is 57 (22.66% from 255 or 17.98% from 317); Blue value is 186 (73.05% from 255 or 58.68% from 317); Max value from RGB is 186 - color contains mainly: blue. Hex color #4A39BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A39BA is #B5C645. Grayscale: #4C4C4C. Windows color (decimal): -11912774 or 12204362. OLE color: 12204362.
HSL color Cylindrical-coordinate representation of color #4A39BA: hue angle of 247.91º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4A39BA is Cyan = 0.60, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 74 | 57 | 186 | - |
| CMYK | 0.60 | 0.69 | 0 | 0.27 |
| HSL | 247.91º | 0.53% | 0.48% | - |
| HSV(B) | 247.91º | 0.69% | 0.73% | - |
| XYZ | 13.15 | 7.93 | 47.29 | - |
| YUV | 76.79 | 189.63 | 126.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 57 | 186 | 0.60 | 0.69 | 0 | 0.27 | 247.91 | 0.53 | 0.48 |
| Hex | 4A | 39 | BA | 3C | 45 | 0 | 1B | F8 | 35 | 30 |
| Octal | 112 | 71 | 272 | 74 | 105 | 0 | 33 | 370 | 65 | 60 |
| Binary | 1001010 | 111001 | 10111010 | 111100 | 1000101 | 0 | 11011 | 11111000 | 110101 | 110000 |
Color Harmonies of #4A39BA
Complementary color
Monochromatic Colors of #4A39BA
Black with #4A39BA
Text Example
Text Example
White with #4A39BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A39BA; }
p { color: rgb(74,57,186); }
H1.HeaderClassName
{
color: #4A39BA;
}
.AnyTagClassName
{
color: #4A39BA;
}
</style>
background-color css
<style>
a { background-color: #4A39BA; }
a { background-color: rgb(74,57,186); }
div.DivClassName
{
background-color: #4A39BA;
}
.BgClassName
{
background-color: #4A39BA;
}
</style>
border-color css
<style>
span { border-color: #4A39BA; }
span { border-color: rgb(74,57,186); }
td.TdClassName
{
border-color: #4A39BA;
}
.TagClassName
{
border-color: #4A39BA;
}
</style>