Shades of Purple Heart #491AA7
Tints of Purple Heart #491AA7
RGB
CMYK
RGB Variations
Color information
#491AA7 (or 0x491AA7) is known color: Purple Heart. HEX triplet: 49, 1A and A7. RGB value is (73,26,167). Sum of RGB (Red+Green+Blue) = 73+26+167=266 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.44% from 266); Green value is 26 (10.55% from 255 or 9.77% from 266); Blue value is 167 (65.62% from 255 or 62.78% from 266); Max value from RGB is 167 - color contains mainly: blue. Hex color #491AA7 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #491AA7 is #B6E558. Grayscale: #373737. Windows color (decimal): -11986265 or 10951241. OLE color: 10951241.
HSL color Cylindrical-coordinate representation of color #491AA7: hue angle of 260º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #491AA7 is Cyan = 0.56, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 73 | 26 | 167 | - |
| CMYK | 0.56 | 0.84 | 0 | 0.35 |
| HSL | 260º | 0.73% | 0.38% | - |
| HSV(B) | 260º | 0.84% | 0.65% | - |
| XYZ | 10.09 | 4.95 | 36.98 | - |
| YUV | 56.13 | 190.57 | 140.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 26 | 167 | 0.56 | 0.84 | 0 | 0.35 | 260 | 0.73 | 0.38 |
| Hex | 49 | 1A | A7 | 38 | 54 | 0 | 23 | 104 | 49 | 26 |
| Octal | 111 | 32 | 247 | 70 | 124 | 0 | 43 | 404 | 111 | 46 |
| Binary | 1001001 | 11010 | 10100111 | 111000 | 1010100 | 0 | 100011 | 100000100 | 1001001 | 100110 |
Color Harmonies of #491AA7
Complementary color
Monochromatic Colors of #491AA7
Black with #491AA7
Text Example
Text Example
White with #491AA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491AA7; }
p { color: rgb(73,26,167); }
H1.HeaderClassName
{
color: #491AA7;
}
.AnyTagClassName
{
color: #491AA7;
}
</style>
background-color css
<style>
a { background-color: #491AA7; }
a { background-color: rgb(73,26,167); }
div.DivClassName
{
background-color: #491AA7;
}
.BgClassName
{
background-color: #491AA7;
}
</style>
border-color css
<style>
span { border-color: #491AA7; }
span { border-color: rgb(73,26,167); }
td.TdClassName
{
border-color: #491AA7;
}
.TagClassName
{
border-color: #491AA7;
}
</style>