Shades of Purple Heart #491FCB
Tints of Purple Heart #491FCB
RGB
CMYK
RGB Variations
Color information
#491FCB (or 0x491FCB) is known color: Purple Heart. HEX triplet: 49, 1F and CB. RGB value is (73,31,203). Sum of RGB (Red+Green+Blue) = 73+31+203=307 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.78% from 307); Green value is 31 (12.5% from 255 or 10.10% from 307); Blue value is 203 (79.69% from 255 or 66.12% from 307); Max value from RGB is 203 - color contains mainly: blue. Hex color #491FCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #491FCB is #B6E034. Grayscale: #3E3E3E. Windows color (decimal): -11984949 or 13311817. OLE color: 13311817.
HSL color Cylindrical-coordinate representation of color #491FCB: hue angle of 254.65º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #491FCB is Cyan = 0.64, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 73 | 31 | 203 | - |
| CMYK | 0.64 | 0.85 | 0 | 0.20 |
| HSL | 254.65º | 0.74% | 0.46% | - |
| HSV(B) | 254.65º | 0.85% | 0.8% | - |
| XYZ | 14.02 | 6.71 | 57.06 | - |
| YUV | 63.17 | 206.91 | 135.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 31 | 203 | 0.64 | 0.85 | 0 | 0.20 | 254.65 | 0.74 | 0.46 |
| Hex | 49 | 1F | CB | 40 | 55 | 0 | 14 | FF | 4A | 2E |
| Octal | 111 | 37 | 313 | 100 | 125 | 0 | 24 | 377 | 112 | 56 |
| Binary | 1001001 | 11111 | 11001011 | 1000000 | 1010101 | 0 | 10100 | 11111111 | 1001010 | 101110 |
Color Harmonies of #491FCB
Complementary color
Monochromatic Colors of #491FCB
Black with #491FCB
Text Example
Text Example
White with #491FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491FCB; }
p { color: rgb(73,31,203); }
H1.HeaderClassName
{
color: #491FCB;
}
.AnyTagClassName
{
color: #491FCB;
}
</style>
background-color css
<style>
a { background-color: #491FCB; }
a { background-color: rgb(73,31,203); }
div.DivClassName
{
background-color: #491FCB;
}
.BgClassName
{
background-color: #491FCB;
}
</style>
border-color css
<style>
span { border-color: #491FCB; }
span { border-color: rgb(73,31,203); }
td.TdClassName
{
border-color: #491FCB;
}
.TagClassName
{
border-color: #491FCB;
}
</style>