Shades of Purple Heart #4913CE
Tints of Purple Heart #4913CE
RGB
CMYK
RGB Variations
Color information
#4913CE (or 0x4913CE) is known color: Purple Heart. HEX triplet: 49, 13 and CE. RGB value is (73,19,206). Sum of RGB (Red+Green+Blue) = 73+19+206=298 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.50% from 298); Green value is 19 (7.81% from 255 or 6.38% from 298); Blue value is 206 (80.86% from 255 or 69.13% from 298); Max value from RGB is 206 - color contains mainly: blue. Hex color #4913CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4913CE is #B6EC31. Grayscale: #373737. Windows color (decimal): -11988018 or 13505353. OLE color: 13505353.
HSL color Cylindrical-coordinate representation of color #4913CE: hue angle of 257.33º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4913CE is Cyan = 0.65, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 73 | 19 | 206 | - |
| CMYK | 0.65 | 0.91 | 0 | 0.19 |
| HSL | 257.33º | 0.83% | 0.44% | - |
| HSV(B) | 257.33º | 0.91% | 0.81% | - |
| XYZ | 14.12 | 6.34 | 58.87 | - |
| YUV | 56.46 | 212.39 | 139.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 19 | 206 | 0.65 | 0.91 | 0 | 0.19 | 257.33 | 0.83 | 0.44 |
| Hex | 49 | 13 | CE | 41 | 5B | 0 | 13 | 101 | 53 | 2C |
| Octal | 111 | 23 | 316 | 101 | 133 | 0 | 23 | 401 | 123 | 54 |
| Binary | 1001001 | 10011 | 11001110 | 1000001 | 1011011 | 0 | 10011 | 100000001 | 1010011 | 101100 |
Color Harmonies of #4913CE
Complementary color
Monochromatic Colors of #4913CE
Black with #4913CE
Text Example
Text Example
White with #4913CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4913CE; }
p { color: rgb(73,19,206); }
H1.HeaderClassName
{
color: #4913CE;
}
.AnyTagClassName
{
color: #4913CE;
}
</style>
background-color css
<style>
a { background-color: #4913CE; }
a { background-color: rgb(73,19,206); }
div.DivClassName
{
background-color: #4913CE;
}
.BgClassName
{
background-color: #4913CE;
}
</style>
border-color css
<style>
span { border-color: #4913CE; }
span { border-color: rgb(73,19,206); }
td.TdClassName
{
border-color: #4913CE;
}
.TagClassName
{
border-color: #4913CE;
}
</style>