Shades of Purple Heart #491BC6
Tints of Purple Heart #491BC6
RGB
CMYK
RGB Variations
Color information
#491BC6 (or 0x491BC6) is known color: Purple Heart. HEX triplet: 49, 1B and C6. RGB value is (73,27,198). Sum of RGB (Red+Green+Blue) = 73+27+198=298 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.50% from 298); Green value is 27 (10.94% from 255 or 9.06% from 298); Blue value is 198 (77.73% from 255 or 66.44% from 298); Max value from RGB is 198 - color contains mainly: blue. Hex color #491BC6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #491BC6 is #B6E439. Grayscale: #3B3B3B. Windows color (decimal): -11985978 or 12983113. OLE color: 12983113.
HSL color Cylindrical-coordinate representation of color #491BC6: hue angle of 256.14º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #491BC6 is Cyan = 0.63, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 73 | 27 | 198 | - |
| CMYK | 0.63 | 0.86 | 0 | 0.22 |
| HSL | 256.14º | 0.76% | 0.44% | - |
| HSV(B) | 256.14º | 0.86% | 0.78% | - |
| XYZ | 13.33 | 6.28 | 53.94 | - |
| YUV | 60.25 | 205.74 | 137.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 27 | 198 | 0.63 | 0.86 | 0 | 0.22 | 256.14 | 0.76 | 0.44 |
| Hex | 49 | 1B | C6 | 3F | 56 | 0 | 16 | 100 | 4C | 2C |
| Octal | 111 | 33 | 306 | 77 | 126 | 0 | 26 | 400 | 114 | 54 |
| Binary | 1001001 | 11011 | 11000110 | 111111 | 1010110 | 0 | 10110 | 100000000 | 1001100 | 101100 |
Color Harmonies of #491BC6
Complementary color
Monochromatic Colors of #491BC6
Black with #491BC6
Text Example
Text Example
White with #491BC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491BC6; }
p { color: rgb(73,27,198); }
H1.HeaderClassName
{
color: #491BC6;
}
.AnyTagClassName
{
color: #491BC6;
}
</style>
background-color css
<style>
a { background-color: #491BC6; }
a { background-color: rgb(73,27,198); }
div.DivClassName
{
background-color: #491BC6;
}
.BgClassName
{
background-color: #491BC6;
}
</style>
border-color css
<style>
span { border-color: #491BC6; }
span { border-color: rgb(73,27,198); }
td.TdClassName
{
border-color: #491BC6;
}
.TagClassName
{
border-color: #491BC6;
}
</style>