Shades of Purple Heart #4918AD
Tints of Purple Heart #4918AD
RGB
CMYK
RGB Variations
Color information
#4918AD (or 0x4918AD) is known color: Purple Heart. HEX triplet: 49, 18 and AD. RGB value is (73,24,173). Sum of RGB (Red+Green+Blue) = 73+24+173=270 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.04% from 270); Green value is 24 (9.77% from 255 or 8.89% from 270); Blue value is 173 (67.97% from 255 or 64.07% from 270); Max value from RGB is 173 - color contains mainly: blue. Hex color #4918AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4918AD is #B6E752. Grayscale: #373737. Windows color (decimal): -11986771 or 11343945. OLE color: 11343945.
HSL color Cylindrical-coordinate representation of color #4918AD: hue angle of 259.73º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4918AD is Cyan = 0.58, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 73 | 24 | 173 | - |
| CMYK | 0.58 | 0.86 | 0 | 0.32 |
| HSL | 259.73º | 0.76% | 0.39% | - |
| HSV(B) | 259.73º | 0.86% | 0.68% | - |
| XYZ | 10.62 | 5.09 | 39.96 | - |
| YUV | 55.64 | 194.23 | 140.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 24 | 173 | 0.58 | 0.86 | 0 | 0.32 | 259.73 | 0.76 | 0.39 |
| Hex | 49 | 18 | AD | 3A | 56 | 0 | 20 | 104 | 4C | 27 |
| Octal | 111 | 30 | 255 | 72 | 126 | 0 | 40 | 404 | 114 | 47 |
| Binary | 1001001 | 11000 | 10101101 | 111010 | 1010110 | 0 | 100000 | 100000100 | 1001100 | 100111 |
Color Harmonies of #4918AD
Complementary color
Monochromatic Colors of #4918AD
Black with #4918AD
Text Example
Text Example
White with #4918AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4918AD; }
p { color: rgb(73,24,173); }
H1.HeaderClassName
{
color: #4918AD;
}
.AnyTagClassName
{
color: #4918AD;
}
</style>
background-color css
<style>
a { background-color: #4918AD; }
a { background-color: rgb(73,24,173); }
div.DivClassName
{
background-color: #4918AD;
}
.BgClassName
{
background-color: #4918AD;
}
</style>
border-color css
<style>
span { border-color: #4918AD; }
span { border-color: rgb(73,24,173); }
td.TdClassName
{
border-color: #4918AD;
}
.TagClassName
{
border-color: #4918AD;
}
</style>