Shades of Purple Heart #4920AD
Tints of Purple Heart #4920AD
RGB
CMYK
RGB Variations
Color information
#4920AD (or 0x4920AD) is known color: Purple Heart. HEX triplet: 49, 20 and AD. RGB value is (73,32,173). Sum of RGB (Red+Green+Blue) = 73+32+173=278 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.26% from 278); Green value is 32 (12.89% from 255 or 11.51% from 278); Blue value is 173 (67.97% from 255 or 62.23% from 278); Max value from RGB is 173 - color contains mainly: blue. Hex color #4920AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4920AD is #B6DF52. Grayscale: #3B3B3B. Windows color (decimal): -11984723 or 11345993. OLE color: 11345993.
HSL color Cylindrical-coordinate representation of color #4920AD: hue angle of 257.45º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4920AD is Cyan = 0.58, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 73 | 32 | 173 | - |
| CMYK | 0.58 | 0.82 | 0 | 0.32 |
| HSL | 257.45º | 0.69% | 0.4% | - |
| HSV(B) | 257.45º | 0.82% | 0.68% | - |
| XYZ | 10.81 | 5.47 | 40.02 | - |
| YUV | 60.33 | 191.58 | 137.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 32 | 173 | 0.58 | 0.82 | 0 | 0.32 | 257.45 | 0.69 | 0.4 |
| Hex | 49 | 20 | AD | 3A | 52 | 0 | 20 | 101 | 45 | 28 |
| Octal | 111 | 40 | 255 | 72 | 122 | 0 | 40 | 401 | 105 | 50 |
| Binary | 1001001 | 100000 | 10101101 | 111010 | 1010010 | 0 | 100000 | 100000001 | 1000101 | 101000 |
Color Harmonies of #4920AD
Complementary color
Monochromatic Colors of #4920AD
Black with #4920AD
Text Example
Text Example
White with #4920AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4920AD; }
p { color: rgb(73,32,173); }
H1.HeaderClassName
{
color: #4920AD;
}
.AnyTagClassName
{
color: #4920AD;
}
</style>
background-color css
<style>
a { background-color: #4920AD; }
a { background-color: rgb(73,32,173); }
div.DivClassName
{
background-color: #4920AD;
}
.BgClassName
{
background-color: #4920AD;
}
</style>
border-color css
<style>
span { border-color: #4920AD; }
span { border-color: rgb(73,32,173); }
td.TdClassName
{
border-color: #4920AD;
}
.TagClassName
{
border-color: #4920AD;
}
</style>