Shades of Purple Heart #4A34BA
Tints of Purple Heart #4A34BA
RGB
CMYK
RGB Variations
Color information
#4A34BA (or 0x4A34BA) is known color: Purple Heart. HEX triplet: 4A, 34 and BA. RGB value is (74,52,186). Sum of RGB (Red+Green+Blue) = 74+52+186=312 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.72% from 312); Green value is 52 (20.70% from 255 or 16.67% from 312); Blue value is 186 (73.05% from 255 or 59.62% from 312); Max value from RGB is 186 - color contains mainly: blue. Hex color #4A34BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A34BA is #B5CB45. Grayscale: #494949. Windows color (decimal): -11914054 or 12203082. OLE color: 12203082.
HSL color Cylindrical-coordinate representation of color #4A34BA: hue angle of 249.85º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4A34BA is Cyan = 0.60, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 74 | 52 | 186 | - |
| CMYK | 0.60 | 0.72 | 0 | 0.27 |
| HSL | 249.85º | 0.56% | 0.47% | - |
| HSV(B) | 249.85º | 0.72% | 0.73% | - |
| XYZ | 12.91 | 7.46 | 47.21 | - |
| YUV | 73.85 | 191.29 | 128.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 52 | 186 | 0.60 | 0.72 | 0 | 0.27 | 249.85 | 0.56 | 0.47 |
| Hex | 4A | 34 | BA | 3C | 48 | 0 | 1B | FA | 38 | 2F |
| Octal | 112 | 64 | 272 | 74 | 110 | 0 | 33 | 372 | 70 | 57 |
| Binary | 1001010 | 110100 | 10111010 | 111100 | 1001000 | 0 | 11011 | 11111010 | 111000 | 101111 |
Color Harmonies of #4A34BA
Complementary color
Monochromatic Colors of #4A34BA
Black with #4A34BA
Text Example
Text Example
White with #4A34BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A34BA; }
p { color: rgb(74,52,186); }
H1.HeaderClassName
{
color: #4A34BA;
}
.AnyTagClassName
{
color: #4A34BA;
}
</style>
background-color css
<style>
a { background-color: #4A34BA; }
a { background-color: rgb(74,52,186); }
div.DivClassName
{
background-color: #4A34BA;
}
.BgClassName
{
background-color: #4A34BA;
}
</style>
border-color css
<style>
span { border-color: #4A34BA; }
span { border-color: rgb(74,52,186); }
td.TdClassName
{
border-color: #4A34BA;
}
.TagClassName
{
border-color: #4A34BA;
}
</style>