Shades of Purple Heart #491BCC
Tints of Purple Heart #491BCC
RGB
CMYK
RGB Variations
Color information
#491BCC (or 0x491BCC) is known color: Purple Heart. HEX triplet: 49, 1B and CC. RGB value is (73,27,204). Sum of RGB (Red+Green+Blue) = 73+27+204=304 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.01% from 304); Green value is 27 (10.94% from 255 or 8.88% from 304); Blue value is 204 (80.08% from 255 or 67.11% from 304); Max value from RGB is 204 - color contains mainly: blue. Hex color #491BCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #491BCC is #B6E433. Grayscale: #3C3C3C. Windows color (decimal): -11985972 or 13376329. OLE color: 13376329.
HSL color Cylindrical-coordinate representation of color #491BCC: hue angle of 255.59º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #491BCC is Cyan = 0.64, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 73 | 27 | 204 | - |
| CMYK | 0.64 | 0.87 | 0 | 0.2 |
| HSL | 255.59º | 0.77% | 0.45% | - |
| HSV(B) | 255.59º | 0.87% | 0.8% | - |
| XYZ | 14.04 | 6.56 | 57.65 | - |
| YUV | 60.93 | 208.74 | 136.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 27 | 204 | 0.64 | 0.87 | 0 | 0.2 | 255.59 | 0.77 | 0.45 |
| Hex | 49 | 1B | CC | 40 | 57 | 0 | 14 | 100 | 4D | 2D |
| Octal | 111 | 33 | 314 | 100 | 127 | 0 | 24 | 400 | 115 | 55 |
| Binary | 1001001 | 11011 | 11001100 | 1000000 | 1010111 | 0 | 10100 | 100000000 | 1001101 | 101101 |
Color Harmonies of #491BCC
Complementary color
Monochromatic Colors of #491BCC
Black with #491BCC
Text Example
Text Example
White with #491BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491BCC; }
p { color: rgb(73,27,204); }
H1.HeaderClassName
{
color: #491BCC;
}
.AnyTagClassName
{
color: #491BCC;
}
</style>
background-color css
<style>
a { background-color: #491BCC; }
a { background-color: rgb(73,27,204); }
div.DivClassName
{
background-color: #491BCC;
}
.BgClassName
{
background-color: #491BCC;
}
</style>
border-color css
<style>
span { border-color: #491BCC; }
span { border-color: rgb(73,27,204); }
td.TdClassName
{
border-color: #491BCC;
}
.TagClassName
{
border-color: #491BCC;
}
</style>