Shades of Purple Heart #4A0BBA
Tints of Purple Heart #4A0BBA
RGB
CMYK
RGB Variations
Color information
#4A0BBA (or 0x4A0BBA) is known color: Purple Heart. HEX triplet: 4A, 0B and BA. RGB value is (74,11,186). Sum of RGB (Red+Green+Blue) = 74+11+186=271 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.31% from 271); Green value is 11 (4.69% from 255 or 4.06% from 271); Blue value is 186 (73.05% from 255 or 68.63% from 271); Max value from RGB is 186 - color contains mainly: blue. Hex color #4A0BBA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4A0BBA is #B5F445. Grayscale: #313131. Windows color (decimal): -11924550 or 12192586. OLE color: 12192586.
HSL color Cylindrical-coordinate representation of color #4A0BBA: hue angle of 261.6º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4A0BBA is Cyan = 0.60, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 74 | 11 | 186 | - |
| CMYK | 0.60 | 0.94 | 0 | 0.27 |
| HSL | 261.6º | 0.89% | 0.39% | - |
| HSV(B) | 261.6º | 0.94% | 0.73% | - |
| XYZ | 11.81 | 5.24 | 46.84 | - |
| YUV | 49.79 | 204.87 | 145.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 11 | 186 | 0.60 | 0.94 | 0 | 0.27 | 261.6 | 0.89 | 0.39 |
| Hex | 4A | B | BA | 3C | 5E | 0 | 1B | 106 | 59 | 27 |
| Octal | 112 | 13 | 272 | 74 | 136 | 0 | 33 | 406 | 131 | 47 |
| Binary | 1001010 | 1011 | 10111010 | 111100 | 1011110 | 0 | 11011 | 100000110 | 1011001 | 100111 |
Color Harmonies of #4A0BBA
Complementary color
Monochromatic Colors of #4A0BBA
Black with #4A0BBA
Text Example
Text Example
White with #4A0BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A0BBA; }
p { color: rgb(74,11,186); }
H1.HeaderClassName
{
color: #4A0BBA;
}
.AnyTagClassName
{
color: #4A0BBA;
}
</style>
background-color css
<style>
a { background-color: #4A0BBA; }
a { background-color: rgb(74,11,186); }
div.DivClassName
{
background-color: #4A0BBA;
}
.BgClassName
{
background-color: #4A0BBA;
}
</style>
border-color css
<style>
span { border-color: #4A0BBA; }
span { border-color: rgb(74,11,186); }
td.TdClassName
{
border-color: #4A0BBA;
}
.TagClassName
{
border-color: #4A0BBA;
}
</style>