Shades of Purple Heart #491FD0
Tints of Purple Heart #491FD0
RGB
CMYK
RGB Variations
Color information
#491FD0 (or 0x491FD0) is known color: Purple Heart. HEX triplet: 49, 1F and D0. RGB value is (73,31,208). Sum of RGB (Red+Green+Blue) = 73+31+208=312 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.40% from 312); Green value is 31 (12.5% from 255 or 9.94% from 312); Blue value is 208 (81.64% from 255 or 66.67% from 312); Max value from RGB is 208 - color contains mainly: blue. Hex color #491FD0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #491FD0 is #B6E02F. Grayscale: #3F3F3F. Windows color (decimal): -11984944 or 13639497. OLE color: 13639497.
HSL color Cylindrical-coordinate representation of color #491FD0: hue angle of 254.24º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #491FD0 is Cyan = 0.65, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 73 | 31 | 208 | - |
| CMYK | 0.65 | 0.85 | 0 | 0.18 |
| HSL | 254.24º | 0.74% | 0.47% | - |
| HSV(B) | 254.24º | 0.85% | 0.82% | - |
| XYZ | 14.62 | 6.95 | 60.25 | - |
| YUV | 63.74 | 209.41 | 134.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 31 | 208 | 0.65 | 0.85 | 0 | 0.18 | 254.24 | 0.74 | 0.47 |
| Hex | 49 | 1F | D0 | 41 | 55 | 0 | 12 | FE | 4A | 2F |
| Octal | 111 | 37 | 320 | 101 | 125 | 0 | 22 | 376 | 112 | 57 |
| Binary | 1001001 | 11111 | 11010000 | 1000001 | 1010101 | 0 | 10010 | 11111110 | 1001010 | 101111 |
Color Harmonies of #491FD0
Complementary color
Monochromatic Colors of #491FD0
Black with #491FD0
Text Example
Text Example
White with #491FD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491FD0; }
p { color: rgb(73,31,208); }
H1.HeaderClassName
{
color: #491FD0;
}
.AnyTagClassName
{
color: #491FD0;
}
</style>
background-color css
<style>
a { background-color: #491FD0; }
a { background-color: rgb(73,31,208); }
div.DivClassName
{
background-color: #491FD0;
}
.BgClassName
{
background-color: #491FD0;
}
</style>
border-color css
<style>
span { border-color: #491FD0; }
span { border-color: rgb(73,31,208); }
td.TdClassName
{
border-color: #491FD0;
}
.TagClassName
{
border-color: #491FD0;
}
</style>