Shades of Purple Heart #491BC8
Tints of Purple Heart #491BC8
RGB
CMYK
RGB Variations
Color information
#491BC8 (or 0x491BC8) is known color: Purple Heart. HEX triplet: 49, 1B and C8. RGB value is (73,27,200). Sum of RGB (Red+Green+Blue) = 73+27+200=300 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.33% from 300); Green value is 27 (10.94% from 255 or 9% from 300); Blue value is 200 (78.52% from 255 or 66.67% from 300); Max value from RGB is 200 - color contains mainly: blue. Hex color #491BC8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #491BC8 is #B6E437. Grayscale: #3B3B3B. Windows color (decimal): -11985976 or 13114185. OLE color: 13114185.
HSL color Cylindrical-coordinate representation of color #491BC8: hue angle of 255.95º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #491BC8 is Cyan = 0.64, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 73 | 27 | 200 | - |
| CMYK | 0.64 | 0.86 | 0 | 0.22 |
| HSL | 255.95º | 0.76% | 0.45% | - |
| HSV(B) | 255.95º | 0.87% | 0.78% | - |
| XYZ | 13.56 | 6.37 | 55.16 | - |
| YUV | 60.48 | 206.74 | 136.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 27 | 200 | 0.64 | 0.86 | 0 | 0.22 | 255.95 | 0.76 | 0.45 |
| Hex | 49 | 1B | C8 | 40 | 56 | 0 | 16 | 100 | 4C | 2D |
| Octal | 111 | 33 | 310 | 100 | 126 | 0 | 26 | 400 | 114 | 55 |
| Binary | 1001001 | 11011 | 11001000 | 1000000 | 1010110 | 0 | 10110 | 100000000 | 1001100 | 101101 |
Color Harmonies of #491BC8
Complementary color
Monochromatic Colors of #491BC8
Black with #491BC8
Text Example
Text Example
White with #491BC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491BC8; }
p { color: rgb(73,27,200); }
H1.HeaderClassName
{
color: #491BC8;
}
.AnyTagClassName
{
color: #491BC8;
}
</style>
background-color css
<style>
a { background-color: #491BC8; }
a { background-color: rgb(73,27,200); }
div.DivClassName
{
background-color: #491BC8;
}
.BgClassName
{
background-color: #491BC8;
}
</style>
border-color css
<style>
span { border-color: #491BC8; }
span { border-color: rgb(73,27,200); }
td.TdClassName
{
border-color: #491BC8;
}
.TagClassName
{
border-color: #491BC8;
}
</style>