Shades of Purple Heart #491BAC
Tints of Purple Heart #491BAC
RGB
CMYK
RGB Variations
Color information
#491BAC (or 0x491BAC) is known color: Purple Heart. HEX triplet: 49, 1B and AC. RGB value is (73,27,172). Sum of RGB (Red+Green+Blue) = 73+27+172=272 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.84% from 272); Green value is 27 (10.94% from 255 or 9.93% from 272); Blue value is 172 (67.58% from 255 or 63.24% from 272); Max value from RGB is 172 - color contains mainly: blue. Hex color #491BAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #491BAC is #B6E453. Grayscale: #383838. Windows color (decimal): -11986004 or 11279177. OLE color: 11279177.
HSL color Cylindrical-coordinate representation of color #491BAC: hue angle of 259.03º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #491BAC is Cyan = 0.58, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 73 | 27 | 172 | - |
| CMYK | 0.58 | 0.84 | 0 | 0.33 |
| HSL | 259.03º | 0.73% | 0.39% | - |
| HSV(B) | 259.03º | 0.84% | 0.67% | - |
| XYZ | 10.59 | 5.18 | 39.47 | - |
| YUV | 57.28 | 192.74 | 139.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 27 | 172 | 0.58 | 0.84 | 0 | 0.33 | 259.03 | 0.73 | 0.39 |
| Hex | 49 | 1B | AC | 3A | 54 | 0 | 21 | 103 | 49 | 27 |
| Octal | 111 | 33 | 254 | 72 | 124 | 0 | 41 | 403 | 111 | 47 |
| Binary | 1001001 | 11011 | 10101100 | 111010 | 1010100 | 0 | 100001 | 100000011 | 1001001 | 100111 |
Color Harmonies of #491BAC
Complementary color
Monochromatic Colors of #491BAC
Black with #491BAC
Text Example
Text Example
White with #491BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491BAC; }
p { color: rgb(73,27,172); }
H1.HeaderClassName
{
color: #491BAC;
}
.AnyTagClassName
{
color: #491BAC;
}
</style>
background-color css
<style>
a { background-color: #491BAC; }
a { background-color: rgb(73,27,172); }
div.DivClassName
{
background-color: #491BAC;
}
.BgClassName
{
background-color: #491BAC;
}
</style>
border-color css
<style>
span { border-color: #491BAC; }
span { border-color: rgb(73,27,172); }
td.TdClassName
{
border-color: #491BAC;
}
.TagClassName
{
border-color: #491BAC;
}
</style>