Shades of Purple Heart #4913AF
Tints of Purple Heart #4913AF
RGB
CMYK
RGB Variations
Color information
#4913AF (or 0x4913AF) is known color: Purple Heart. HEX triplet: 49, 13 and AF. RGB value is (73,19,175). Sum of RGB (Red+Green+Blue) = 73+19+175=267 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.34% from 267); Green value is 19 (7.81% from 255 or 7.12% from 267); Blue value is 175 (68.75% from 255 or 65.54% from 267); Max value from RGB is 175 - color contains mainly: blue. Hex color #4913AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4913AF is #B6EC50. Grayscale: #343434. Windows color (decimal): -11988049 or 11473737. OLE color: 11473737.
HSL color Cylindrical-coordinate representation of color #4913AF: hue angle of 260.77º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4913AF is Cyan = 0.58, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 73 | 19 | 175 | - |
| CMYK | 0.58 | 0.89 | 0 | 0.31 |
| HSL | 260.77º | 0.8% | 0.38% | - |
| HSV(B) | 260.77º | 0.89% | 0.69% | - |
| XYZ | 10.72 | 4.98 | 40.95 | - |
| YUV | 52.93 | 196.89 | 142.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 19 | 175 | 0.58 | 0.89 | 0 | 0.31 | 260.77 | 0.8 | 0.38 |
| Hex | 49 | 13 | AF | 3A | 59 | 0 | 1F | 105 | 50 | 26 |
| Octal | 111 | 23 | 257 | 72 | 131 | 0 | 37 | 405 | 120 | 46 |
| Binary | 1001001 | 10011 | 10101111 | 111010 | 1011001 | 0 | 11111 | 100000101 | 1010000 | 100110 |
Color Harmonies of #4913AF
Complementary color
Monochromatic Colors of #4913AF
Black with #4913AF
Text Example
Text Example
White with #4913AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4913AF; }
p { color: rgb(73,19,175); }
H1.HeaderClassName
{
color: #4913AF;
}
.AnyTagClassName
{
color: #4913AF;
}
</style>
background-color css
<style>
a { background-color: #4913AF; }
a { background-color: rgb(73,19,175); }
div.DivClassName
{
background-color: #4913AF;
}
.BgClassName
{
background-color: #4913AF;
}
</style>
border-color css
<style>
span { border-color: #4913AF; }
span { border-color: rgb(73,19,175); }
td.TdClassName
{
border-color: #4913AF;
}
.TagClassName
{
border-color: #4913AF;
}
</style>