Shades of Purple Heart #4913AB
Tints of Purple Heart #4913AB
RGB
CMYK
RGB Variations
Color information
#4913AB (or 0x4913AB) is known color: Purple Heart. HEX triplet: 49, 13 and AB. RGB value is (73,19,171). Sum of RGB (Red+Green+Blue) = 73+19+171=263 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.76% from 263); Green value is 19 (7.81% from 255 or 7.22% from 263); Blue value is 171 (67.19% from 255 or 65.02% from 263); Max value from RGB is 171 - color contains mainly: blue. Hex color #4913AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4913AB is #B6EC54. Grayscale: #333333. Windows color (decimal): -11988053 or 11211593. OLE color: 11211593.
HSL color Cylindrical-coordinate representation of color #4913AB: hue angle of 261.32º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4913AB is Cyan = 0.57, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 73 | 19 | 171 | - |
| CMYK | 0.57 | 0.89 | 0 | 0.33 |
| HSL | 261.32º | 0.8% | 0.37% | - |
| HSV(B) | 261.32º | 0.89% | 0.67% | - |
| XYZ | 10.33 | 4.82 | 38.91 | - |
| YUV | 52.47 | 194.89 | 142.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 19 | 171 | 0.57 | 0.89 | 0 | 0.33 | 261.32 | 0.8 | 0.37 |
| Hex | 49 | 13 | AB | 39 | 59 | 0 | 21 | 105 | 50 | 25 |
| Octal | 111 | 23 | 253 | 71 | 131 | 0 | 41 | 405 | 120 | 45 |
| Binary | 1001001 | 10011 | 10101011 | 111001 | 1011001 | 0 | 100001 | 100000101 | 1010000 | 100101 |
Color Harmonies of #4913AB
Complementary color
Monochromatic Colors of #4913AB
Black with #4913AB
Text Example
Text Example
White with #4913AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4913AB; }
p { color: rgb(73,19,171); }
H1.HeaderClassName
{
color: #4913AB;
}
.AnyTagClassName
{
color: #4913AB;
}
</style>
background-color css
<style>
a { background-color: #4913AB; }
a { background-color: rgb(73,19,171); }
div.DivClassName
{
background-color: #4913AB;
}
.BgClassName
{
background-color: #4913AB;
}
</style>
border-color css
<style>
span { border-color: #4913AB; }
span { border-color: rgb(73,19,171); }
td.TdClassName
{
border-color: #4913AB;
}
.TagClassName
{
border-color: #4913AB;
}
</style>