Shades of Purple Heart #4911AB
Tints of Purple Heart #4911AB
RGB
CMYK
RGB Variations
Color information
#4911AB (or 0x4911AB) is known color: Purple Heart. HEX triplet: 49, 11 and AB. RGB value is (73,17,171). Sum of RGB (Red+Green+Blue) = 73+17+171=261 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.97% from 261); Green value is 17 (7.03% from 255 or 6.51% from 261); Blue value is 171 (67.19% from 255 or 65.52% from 261); Max value from RGB is 171 - color contains mainly: blue. Hex color #4911AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4911AB is #B6EE54. Grayscale: #323232. Windows color (decimal): -11988565 or 11211081. OLE color: 11211081.
HSL color Cylindrical-coordinate representation of color #4911AB: hue angle of 261.82º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4911AB is Cyan = 0.57, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 73 | 17 | 171 | - |
| CMYK | 0.57 | 0.90 | 0 | 0.33 |
| HSL | 261.82º | 0.82% | 0.37% | - |
| HSV(B) | 261.82º | 0.9% | 0.67% | - |
| XYZ | 10.3 | 4.76 | 38.9 | - |
| YUV | 51.3 | 195.55 | 143.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 17 | 171 | 0.57 | 0.90 | 0 | 0.33 | 261.82 | 0.82 | 0.37 |
| Hex | 49 | 11 | AB | 39 | 5A | 0 | 21 | 106 | 52 | 25 |
| Octal | 111 | 21 | 253 | 71 | 132 | 0 | 41 | 406 | 122 | 45 |
| Binary | 1001001 | 10001 | 10101011 | 111001 | 1011010 | 0 | 100001 | 100000110 | 1010010 | 100101 |
Color Harmonies of #4911AB
Complementary color
Monochromatic Colors of #4911AB
Black with #4911AB
Text Example
Text Example
White with #4911AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4911AB; }
p { color: rgb(73,17,171); }
H1.HeaderClassName
{
color: #4911AB;
}
.AnyTagClassName
{
color: #4911AB;
}
</style>
background-color css
<style>
a { background-color: #4911AB; }
a { background-color: rgb(73,17,171); }
div.DivClassName
{
background-color: #4911AB;
}
.BgClassName
{
background-color: #4911AB;
}
</style>
border-color css
<style>
span { border-color: #4911AB; }
span { border-color: rgb(73,17,171); }
td.TdClassName
{
border-color: #4911AB;
}
.TagClassName
{
border-color: #4911AB;
}
</style>