Shades of Purple Heart #491EC4
Tints of Purple Heart #491EC4
RGB
CMYK
RGB Variations
Color information
#491EC4 (or 0x491EC4) is known color: Purple Heart. HEX triplet: 49, 1E and C4. RGB value is (73,30,196). Sum of RGB (Red+Green+Blue) = 73+30+196=299 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.41% from 299); Green value is 30 (12.11% from 255 or 10.03% from 299); Blue value is 196 (76.95% from 255 or 65.55% from 299); Max value from RGB is 196 - color contains mainly: blue. Hex color #491EC4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #491EC4 is #B6E13B. Grayscale: #3D3D3D. Windows color (decimal): -11985212 or 12852809. OLE color: 12852809.
HSL color Cylindrical-coordinate representation of color #491EC4: hue angle of 255.54º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #491EC4 is Cyan = 0.63, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 73 | 30 | 196 | - |
| CMYK | 0.63 | 0.85 | 0 | 0.23 |
| HSL | 255.54º | 0.73% | 0.44% | - |
| HSV(B) | 255.54º | 0.85% | 0.77% | - |
| XYZ | 13.18 | 6.33 | 52.75 | - |
| YUV | 61.78 | 203.75 | 136 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 30 | 196 | 0.63 | 0.85 | 0 | 0.23 | 255.54 | 0.73 | 0.44 |
| Hex | 49 | 1E | C4 | 3F | 55 | 0 | 17 | 100 | 49 | 2C |
| Octal | 111 | 36 | 304 | 77 | 125 | 0 | 27 | 400 | 111 | 54 |
| Binary | 1001001 | 11110 | 11000100 | 111111 | 1010101 | 0 | 10111 | 100000000 | 1001001 | 101100 |
Color Harmonies of #491EC4
Complementary color
Monochromatic Colors of #491EC4
Black with #491EC4
Text Example
Text Example
White with #491EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491EC4; }
p { color: rgb(73,30,196); }
H1.HeaderClassName
{
color: #491EC4;
}
.AnyTagClassName
{
color: #491EC4;
}
</style>
background-color css
<style>
a { background-color: #491EC4; }
a { background-color: rgb(73,30,196); }
div.DivClassName
{
background-color: #491EC4;
}
.BgClassName
{
background-color: #491EC4;
}
</style>
border-color css
<style>
span { border-color: #491EC4; }
span { border-color: rgb(73,30,196); }
td.TdClassName
{
border-color: #491EC4;
}
.TagClassName
{
border-color: #491EC4;
}
</style>