Shades of Purple Heart #4931CE
Tints of Purple Heart #4931CE
RGB
CMYK
RGB Variations
Color information
#4931CE (or 0x4931CE) is known color: Purple Heart. HEX triplet: 49, 31 and CE. RGB value is (73,49,206). Sum of RGB (Red+Green+Blue) = 73+49+206=328 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.26% from 328); Green value is 49 (19.53% from 255 or 14.94% from 328); Blue value is 206 (80.86% from 255 or 62.80% from 328); Max value from RGB is 206 - color contains mainly: blue. Hex color #4931CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4931CE is #B6CE31. Grayscale: #494949. Windows color (decimal): -11980338 or 13513033. OLE color: 13513033.
HSL color Cylindrical-coordinate representation of color #4931CE: hue angle of 249.17º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4931CE is Cyan = 0.65, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 73 | 49 | 206 | - |
| CMYK | 0.65 | 0.76 | 0 | 0.19 |
| HSL | 249.17º | 0.62% | 0.5% | - |
| HSV(B) | 249.17º | 0.76% | 0.81% | - |
| XYZ | 14.99 | 8.07 | 59.16 | - |
| YUV | 74.07 | 202.45 | 127.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 49 | 206 | 0.65 | 0.76 | 0 | 0.19 | 249.17 | 0.62 | 0.5 |
| Hex | 49 | 31 | CE | 41 | 4C | 0 | 13 | F9 | 3E | 32 |
| Octal | 111 | 61 | 316 | 101 | 114 | 0 | 23 | 371 | 76 | 62 |
| Binary | 1001001 | 110001 | 11001110 | 1000001 | 1001100 | 0 | 10011 | 11111001 | 111110 | 110010 |
Color Harmonies of #4931CE
Complementary color
Monochromatic Colors of #4931CE
Black with #4931CE
Text Example
Text Example
White with #4931CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4931CE; }
p { color: rgb(73,49,206); }
H1.HeaderClassName
{
color: #4931CE;
}
.AnyTagClassName
{
color: #4931CE;
}
</style>
background-color css
<style>
a { background-color: #4931CE; }
a { background-color: rgb(73,49,206); }
div.DivClassName
{
background-color: #4931CE;
}
.BgClassName
{
background-color: #4931CE;
}
</style>
border-color css
<style>
span { border-color: #4931CE; }
span { border-color: rgb(73,49,206); }
td.TdClassName
{
border-color: #4931CE;
}
.TagClassName
{
border-color: #4931CE;
}
</style>