Shades of Purple Heart #491ABC
Tints of Purple Heart #491ABC
RGB
CMYK
RGB Variations
Color information
#491ABC (or 0x491ABC) is known color: Purple Heart. HEX triplet: 49, 1A and BC. RGB value is (73,26,188). Sum of RGB (Red+Green+Blue) = 73+26+188=287 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.44% from 287); Green value is 26 (10.55% from 255 or 9.06% from 287); Blue value is 188 (73.83% from 255 or 65.51% from 287); Max value from RGB is 188 - color contains mainly: blue. Hex color #491ABC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #491ABC is #B6E543. Grayscale: #393939. Windows color (decimal): -11986244 or 12327497. OLE color: 12327497.
HSL color Cylindrical-coordinate representation of color #491ABC: hue angle of 257.41º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #491ABC is Cyan = 0.61, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 73 | 26 | 188 | - |
| CMYK | 0.61 | 0.86 | 0 | 0.26 |
| HSL | 257.41º | 0.76% | 0.42% | - |
| HSV(B) | 257.41º | 0.86% | 0.74% | - |
| XYZ | 12.19 | 5.79 | 48.05 | - |
| YUV | 58.52 | 201.07 | 138.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 26 | 188 | 0.61 | 0.86 | 0 | 0.26 | 257.41 | 0.76 | 0.42 |
| Hex | 49 | 1A | BC | 3D | 56 | 0 | 1A | 101 | 4C | 2A |
| Octal | 111 | 32 | 274 | 75 | 126 | 0 | 32 | 401 | 114 | 52 |
| Binary | 1001001 | 11010 | 10111100 | 111101 | 1010110 | 0 | 11010 | 100000001 | 1001100 | 101010 |
Color Harmonies of #491ABC
Complementary color
Monochromatic Colors of #491ABC
Black with #491ABC
Text Example
Text Example
White with #491ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491ABC; }
p { color: rgb(73,26,188); }
H1.HeaderClassName
{
color: #491ABC;
}
.AnyTagClassName
{
color: #491ABC;
}
</style>
background-color css
<style>
a { background-color: #491ABC; }
a { background-color: rgb(73,26,188); }
div.DivClassName
{
background-color: #491ABC;
}
.BgClassName
{
background-color: #491ABC;
}
</style>
border-color css
<style>
span { border-color: #491ABC; }
span { border-color: rgb(73,26,188); }
td.TdClassName
{
border-color: #491ABC;
}
.TagClassName
{
border-color: #491ABC;
}
</style>