Shades of Purple Heart #491AC0
Tints of Purple Heart #491AC0
RGB
CMYK
RGB Variations
Color information
#491AC0 (or 0x491AC0) is known color: Purple Heart. HEX triplet: 49, 1A and C0. RGB value is (73,26,192). Sum of RGB (Red+Green+Blue) = 73+26+192=291 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.09% from 291); Green value is 26 (10.55% from 255 or 8.93% from 291); Blue value is 192 (75.39% from 255 or 65.98% from 291); Max value from RGB is 192 - color contains mainly: blue. Hex color #491AC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #491AC0 is #B6E53F. Grayscale: #3A3A3A. Windows color (decimal): -11986240 or 12589641. OLE color: 12589641.
HSL color Cylindrical-coordinate representation of color #491AC0: hue angle of 256.99º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #491AC0 is Cyan = 0.62, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 73 | 26 | 192 | - |
| CMYK | 0.62 | 0.86 | 0 | 0.25 |
| HSL | 256.99º | 0.76% | 0.43% | - |
| HSV(B) | 256.99º | 0.86% | 0.75% | - |
| XYZ | 12.63 | 5.96 | 50.35 | - |
| YUV | 58.98 | 203.07 | 138 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 26 | 192 | 0.62 | 0.86 | 0 | 0.25 | 256.99 | 0.76 | 0.43 |
| Hex | 49 | 1A | C0 | 3E | 56 | 0 | 19 | 101 | 4C | 2B |
| Octal | 111 | 32 | 300 | 76 | 126 | 0 | 31 | 401 | 114 | 53 |
| Binary | 1001001 | 11010 | 11000000 | 111110 | 1010110 | 0 | 11001 | 100000001 | 1001100 | 101011 |
Color Harmonies of #491AC0
Complementary color
Monochromatic Colors of #491AC0
Black with #491AC0
Text Example
Text Example
White with #491AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491AC0; }
p { color: rgb(73,26,192); }
H1.HeaderClassName
{
color: #491AC0;
}
.AnyTagClassName
{
color: #491AC0;
}
</style>
background-color css
<style>
a { background-color: #491AC0; }
a { background-color: rgb(73,26,192); }
div.DivClassName
{
background-color: #491AC0;
}
.BgClassName
{
background-color: #491AC0;
}
</style>
border-color css
<style>
span { border-color: #491AC0; }
span { border-color: rgb(73,26,192); }
td.TdClassName
{
border-color: #491AC0;
}
.TagClassName
{
border-color: #491AC0;
}
</style>