Shades of Purple Heart #491DD0
Tints of Purple Heart #491DD0
RGB
CMYK
RGB Variations
Color information
#491DD0 (or 0x491DD0) is known color: Purple Heart. HEX triplet: 49, 1D and D0. RGB value is (73,29,208). Sum of RGB (Red+Green+Blue) = 73+29+208=310 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.55% from 310); Green value is 29 (11.72% from 255 or 9.35% from 310); Blue value is 208 (81.64% from 255 or 67.10% from 310); Max value from RGB is 208 - color contains mainly: blue. Hex color #491DD0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #491DD0 is #B6E22F. Grayscale: #3D3D3D. Windows color (decimal): -11985456 or 13638985. OLE color: 13638985.
HSL color Cylindrical-coordinate representation of color #491DD0: hue angle of 254.75º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #491DD0 is Cyan = 0.65, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 73 | 29 | 208 | - |
| CMYK | 0.65 | 0.86 | 0 | 0.18 |
| HSL | 254.75º | 0.76% | 0.46% | - |
| HSV(B) | 254.75º | 0.86% | 0.82% | - |
| XYZ | 14.57 | 6.85 | 60.23 | - |
| YUV | 62.56 | 210.08 | 135.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 29 | 208 | 0.65 | 0.86 | 0 | 0.18 | 254.75 | 0.76 | 0.46 |
| Hex | 49 | 1D | D0 | 41 | 56 | 0 | 12 | FF | 4C | 2E |
| Octal | 111 | 35 | 320 | 101 | 126 | 0 | 22 | 377 | 114 | 56 |
| Binary | 1001001 | 11101 | 11010000 | 1000001 | 1010110 | 0 | 10010 | 11111111 | 1001100 | 101110 |
Color Harmonies of #491DD0
Complementary color
Monochromatic Colors of #491DD0
Black with #491DD0
Text Example
Text Example
White with #491DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491DD0; }
p { color: rgb(73,29,208); }
H1.HeaderClassName
{
color: #491DD0;
}
.AnyTagClassName
{
color: #491DD0;
}
</style>
background-color css
<style>
a { background-color: #491DD0; }
a { background-color: rgb(73,29,208); }
div.DivClassName
{
background-color: #491DD0;
}
.BgClassName
{
background-color: #491DD0;
}
</style>
border-color css
<style>
span { border-color: #491DD0; }
span { border-color: rgb(73,29,208); }
td.TdClassName
{
border-color: #491DD0;
}
.TagClassName
{
border-color: #491DD0;
}
</style>