Shades of Purple Heart #4910CE
Tints of Purple Heart #4910CE
RGB
CMYK
RGB Variations
Color information
#4910CE (or 0x4910CE) is known color: Purple Heart. HEX triplet: 49, 10 and CE. RGB value is (73,16,206). Sum of RGB (Red+Green+Blue) = 73+16+206=295 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.75% from 295); Green value is 16 (6.64% from 255 or 5.42% from 295); Blue value is 206 (80.86% from 255 or 69.83% from 295); Max value from RGB is 206 - color contains mainly: blue. Hex color #4910CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4910CE is #B6EF31. Grayscale: #363636. Windows color (decimal): -11988786 or 13504585. OLE color: 13504585.
HSL color Cylindrical-coordinate representation of color #4910CE: hue angle of 258º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4910CE is Cyan = 0.65, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 73 | 16 | 206 | - |
| CMYK | 0.65 | 0.92 | 0 | 0.19 |
| HSL | 258º | 0.86% | 0.44% | - |
| HSV(B) | 258º | 0.92% | 0.81% | - |
| XYZ | 14.07 | 6.24 | 58.86 | - |
| YUV | 54.7 | 213.38 | 141.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 16 | 206 | 0.65 | 0.92 | 0 | 0.19 | 258 | 0.86 | 0.44 |
| Hex | 49 | 10 | CE | 41 | 5C | 0 | 13 | 102 | 56 | 2C |
| Octal | 111 | 20 | 316 | 101 | 134 | 0 | 23 | 402 | 126 | 54 |
| Binary | 1001001 | 10000 | 11001110 | 1000001 | 1011100 | 0 | 10011 | 100000010 | 1010110 | 101100 |
Color Harmonies of #4910CE
Complementary color
Monochromatic Colors of #4910CE
Black with #4910CE
Text Example
Text Example
White with #4910CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4910CE; }
p { color: rgb(73,16,206); }
H1.HeaderClassName
{
color: #4910CE;
}
.AnyTagClassName
{
color: #4910CE;
}
</style>
background-color css
<style>
a { background-color: #4910CE; }
a { background-color: rgb(73,16,206); }
div.DivClassName
{
background-color: #4910CE;
}
.BgClassName
{
background-color: #4910CE;
}
</style>
border-color css
<style>
span { border-color: #4910CE; }
span { border-color: rgb(73,16,206); }
td.TdClassName
{
border-color: #4910CE;
}
.TagClassName
{
border-color: #4910CE;
}
</style>