Shades of Purple Heart #491BCB
Tints of Purple Heart #491BCB
RGB
CMYK
RGB Variations
Color information
#491BCB (or 0x491BCB) is known color: Purple Heart. HEX triplet: 49, 1B and CB. RGB value is (73,27,203). Sum of RGB (Red+Green+Blue) = 73+27+203=303 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.09% from 303); Green value is 27 (10.94% from 255 or 8.91% from 303); Blue value is 203 (79.69% from 255 or 67.00% from 303); Max value from RGB is 203 - color contains mainly: blue. Hex color #491BCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #491BCB is #B6E434. Grayscale: #3C3C3C. Windows color (decimal): -11985973 or 13310793. OLE color: 13310793.
HSL color Cylindrical-coordinate representation of color #491BCB: hue angle of 255.68º 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 #491BCB is Cyan = 0.64, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 73 | 27 | 203 | - |
| CMYK | 0.64 | 0.87 | 0 | 0.20 |
| HSL | 255.68º | 0.77% | 0.45% | - |
| HSV(B) | 255.68º | 0.87% | 0.8% | - |
| XYZ | 13.92 | 6.51 | 57.02 | - |
| YUV | 60.82 | 208.24 | 136.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 27 | 203 | 0.64 | 0.87 | 0 | 0.20 | 255.68 | 0.77 | 0.45 |
| Hex | 49 | 1B | CB | 40 | 57 | 0 | 14 | 100 | 4D | 2D |
| Octal | 111 | 33 | 313 | 100 | 127 | 0 | 24 | 400 | 115 | 55 |
| Binary | 1001001 | 11011 | 11001011 | 1000000 | 1010111 | 0 | 10100 | 100000000 | 1001101 | 101101 |
Color Harmonies of #491BCB
Complementary color
Monochromatic Colors of #491BCB
Black with #491BCB
Text Example
Text Example
White with #491BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491BCB; }
p { color: rgb(73,27,203); }
H1.HeaderClassName
{
color: #491BCB;
}
.AnyTagClassName
{
color: #491BCB;
}
</style>
background-color css
<style>
a { background-color: #491BCB; }
a { background-color: rgb(73,27,203); }
div.DivClassName
{
background-color: #491BCB;
}
.BgClassName
{
background-color: #491BCB;
}
</style>
border-color css
<style>
span { border-color: #491BCB; }
span { border-color: rgb(73,27,203); }
td.TdClassName
{
border-color: #491BCB;
}
.TagClassName
{
border-color: #491BCB;
}
</style>