Shades of Purple Heart #4931D1
Tints of Purple Heart #4931D1
RGB
CMYK
RGB Variations
Color information
#4931D1 (or 0x4931D1) is known color: Purple Heart. HEX triplet: 49, 31 and D1. RGB value is (73,49,209). Sum of RGB (Red+Green+Blue) = 73+49+209=331 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.05% from 331); Green value is 49 (19.53% from 255 or 14.80% from 331); Blue value is 209 (82.03% from 255 or 63.14% from 331); Max value from RGB is 209 - color contains mainly: blue. Hex color #4931D1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4931D1 is #B6CE2E. Grayscale: #494949. Windows color (decimal): -11980335 or 13709641. OLE color: 13709641.
HSL color Cylindrical-coordinate representation of color #4931D1: hue angle of 249º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4931D1 is Cyan = 0.65, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 73 | 49 | 209 | - |
| CMYK | 0.65 | 0.77 | 0 | 0.18 |
| HSL | 249º | 0.63% | 0.51% | - |
| HSV(B) | 249º | 0.77% | 0.82% | - |
| XYZ | 15.35 | 8.22 | 61.1 | - |
| YUV | 74.42 | 203.95 | 126.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 49 | 209 | 0.65 | 0.77 | 0 | 0.18 | 249 | 0.63 | 0.51 |
| Hex | 49 | 31 | D1 | 41 | 4D | 0 | 12 | F9 | 3F | 33 |
| Octal | 111 | 61 | 321 | 101 | 115 | 0 | 22 | 371 | 77 | 63 |
| Binary | 1001001 | 110001 | 11010001 | 1000001 | 1001101 | 0 | 10010 | 11111001 | 111111 | 110011 |
Color Harmonies of #4931D1
Complementary color
Monochromatic Colors of #4931D1
Black with #4931D1
Text Example
Text Example
White with #4931D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4931D1; }
p { color: rgb(73,49,209); }
H1.HeaderClassName
{
color: #4931D1;
}
.AnyTagClassName
{
color: #4931D1;
}
</style>
background-color css
<style>
a { background-color: #4931D1; }
a { background-color: rgb(73,49,209); }
div.DivClassName
{
background-color: #4931D1;
}
.BgClassName
{
background-color: #4931D1;
}
</style>
border-color css
<style>
span { border-color: #4931D1; }
span { border-color: rgb(73,49,209); }
td.TdClassName
{
border-color: #4931D1;
}
.TagClassName
{
border-color: #4931D1;
}
</style>