Shades of Purple Heart #4A05BA
Tints of Purple Heart #4A05BA
RGB
CMYK
RGB Variations
Color information
#4A05BA (or 0x4A05BA) is known color: Purple Heart. HEX triplet: 4A, 05 and BA. RGB value is (74,5,186). Sum of RGB (Red+Green+Blue) = 74+5+186=265 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.92% from 265); Green value is 5 (2.34% from 255 or 1.89% from 265); Blue value is 186 (73.05% from 255 or 70.19% from 265); Max value from RGB is 186 - color contains mainly: blue. Hex color #4A05BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4A05BA is #B5FA45. Grayscale: #2D2D2D. Windows color (decimal): -11926086 or 12191050. OLE color: 12191050.
HSL color Cylindrical-coordinate representation of color #4A05BA: hue angle of 262.87º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4A05BA is Cyan = 0.60, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 74 | 5 | 186 | - |
| CMYK | 0.60 | 0.97 | 0 | 0.27 |
| HSL | 262.87º | 0.95% | 0.37% | - |
| HSV(B) | 262.87º | 0.97% | 0.73% | - |
| XYZ | 11.74 | 5.11 | 46.82 | - |
| YUV | 46.27 | 206.86 | 147.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 5 | 186 | 0.60 | 0.97 | 0 | 0.27 | 262.87 | 0.95 | 0.37 |
| Hex | 4A | 5 | BA | 3C | 61 | 0 | 1B | 107 | 5F | 25 |
| Octal | 112 | 5 | 272 | 74 | 141 | 0 | 33 | 407 | 137 | 45 |
| Binary | 1001010 | 101 | 10111010 | 111100 | 1100001 | 0 | 11011 | 100000111 | 1011111 | 100101 |
Color Harmonies of #4A05BA
Complementary color
Monochromatic Colors of #4A05BA
Black with #4A05BA
Text Example
Text Example
White with #4A05BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A05BA; }
p { color: rgb(74,5,186); }
H1.HeaderClassName
{
color: #4A05BA;
}
.AnyTagClassName
{
color: #4A05BA;
}
</style>
background-color css
<style>
a { background-color: #4A05BA; }
a { background-color: rgb(74,5,186); }
div.DivClassName
{
background-color: #4A05BA;
}
.BgClassName
{
background-color: #4A05BA;
}
</style>
border-color css
<style>
span { border-color: #4A05BA; }
span { border-color: rgb(74,5,186); }
td.TdClassName
{
border-color: #4A05BA;
}
.TagClassName
{
border-color: #4A05BA;
}
</style>