Shades of Purple Heart #491FD3
Tints of Purple Heart #491FD3
RGB
CMYK
RGB Variations
Color information
#491FD3 (or 0x491FD3) is known color: Purple Heart. HEX triplet: 49, 1F and D3. RGB value is (73,31,211). Sum of RGB (Red+Green+Blue) = 73+31+211=315 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.17% from 315); Green value is 31 (12.5% from 255 or 9.84% from 315); Blue value is 211 (82.81% from 255 or 66.98% from 315); Max value from RGB is 211 - color contains mainly: blue. Hex color #491FD3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #491FD3 is #B6E02C. Grayscale: #3F3F3F. Windows color (decimal): -11984941 or 13836105. OLE color: 13836105.
HSL color Cylindrical-coordinate representation of color #491FD3: hue angle of 254º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #491FD3 is Cyan = 0.65, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 73 | 31 | 211 | - |
| CMYK | 0.65 | 0.85 | 0 | 0.17 |
| HSL | 254º | 0.74% | 0.47% | - |
| HSV(B) | 254º | 0.85% | 0.83% | - |
| XYZ | 15 | 7.1 | 62.21 | - |
| YUV | 64.08 | 210.91 | 134.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 31 | 211 | 0.65 | 0.85 | 0 | 0.17 | 254 | 0.74 | 0.47 |
| Hex | 49 | 1F | D3 | 41 | 55 | 0 | 11 | FE | 4A | 2F |
| Octal | 111 | 37 | 323 | 101 | 125 | 0 | 21 | 376 | 112 | 57 |
| Binary | 1001001 | 11111 | 11010011 | 1000001 | 1010101 | 0 | 10001 | 11111110 | 1001010 | 101111 |
Color Harmonies of #491FD3
Complementary color
Monochromatic Colors of #491FD3
Black with #491FD3
Text Example
Text Example
White with #491FD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491FD3; }
p { color: rgb(73,31,211); }
H1.HeaderClassName
{
color: #491FD3;
}
.AnyTagClassName
{
color: #491FD3;
}
</style>
background-color css
<style>
a { background-color: #491FD3; }
a { background-color: rgb(73,31,211); }
div.DivClassName
{
background-color: #491FD3;
}
.BgClassName
{
background-color: #491FD3;
}
</style>
border-color css
<style>
span { border-color: #491FD3; }
span { border-color: rgb(73,31,211); }
td.TdClassName
{
border-color: #491FD3;
}
.TagClassName
{
border-color: #491FD3;
}
</style>