Shades of Purple Heart #4917D0
Tints of Purple Heart #4917D0
RGB
CMYK
RGB Variations
Color information
#4917D0 (or 0x4917D0) is known color: Purple Heart. HEX triplet: 49, 17 and D0. RGB value is (73,23,208). Sum of RGB (Red+Green+Blue) = 73+23+208=304 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.01% from 304); Green value is 23 (9.38% from 255 or 7.57% from 304); Blue value is 208 (81.64% from 255 or 68.42% from 304); Max value from RGB is 208 - color contains mainly: blue. Hex color #4917D0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4917D0 is #B6E82F. Grayscale: #3A3A3A. Windows color (decimal): -11986992 or 13637449. OLE color: 13637449.
HSL color Cylindrical-coordinate representation of color #4917D0: hue angle of 256.22º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4917D0 is Cyan = 0.65, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 73 | 23 | 208 | - |
| CMYK | 0.65 | 0.89 | 0 | 0.18 |
| HSL | 256.22º | 0.8% | 0.45% | - |
| HSV(B) | 256.22º | 0.89% | 0.82% | - |
| XYZ | 14.44 | 6.58 | 60.18 | - |
| YUV | 59.04 | 212.07 | 137.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 23 | 208 | 0.65 | 0.89 | 0 | 0.18 | 256.22 | 0.8 | 0.45 |
| Hex | 49 | 17 | D0 | 41 | 59 | 0 | 12 | 100 | 50 | 2D |
| Octal | 111 | 27 | 320 | 101 | 131 | 0 | 22 | 400 | 120 | 55 |
| Binary | 1001001 | 10111 | 11010000 | 1000001 | 1011001 | 0 | 10010 | 100000000 | 1010000 | 101101 |
Color Harmonies of #4917D0
Complementary color
Monochromatic Colors of #4917D0
Black with #4917D0
Text Example
Text Example
White with #4917D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4917D0; }
p { color: rgb(73,23,208); }
H1.HeaderClassName
{
color: #4917D0;
}
.AnyTagClassName
{
color: #4917D0;
}
</style>
background-color css
<style>
a { background-color: #4917D0; }
a { background-color: rgb(73,23,208); }
div.DivClassName
{
background-color: #4917D0;
}
.BgClassName
{
background-color: #4917D0;
}
</style>
border-color css
<style>
span { border-color: #4917D0; }
span { border-color: rgb(73,23,208); }
td.TdClassName
{
border-color: #4917D0;
}
.TagClassName
{
border-color: #4917D0;
}
</style>