Shades of Purple Heart #491FCF
Tints of Purple Heart #491FCF
RGB
CMYK
RGB Variations
Color information
#491FCF (or 0x491FCF) is known color: Purple Heart. HEX triplet: 49, 1F and CF. RGB value is (73,31,207). Sum of RGB (Red+Green+Blue) = 73+31+207=311 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.47% from 311); Green value is 31 (12.5% from 255 or 9.97% from 311); Blue value is 207 (81.25% from 255 or 66.56% from 311); Max value from RGB is 207 - color contains mainly: blue. Hex color #491FCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #491FCF is #B6E030. Grayscale: #3E3E3E. Windows color (decimal): -11984945 or 13573961. OLE color: 13573961.
HSL color Cylindrical-coordinate representation of color #491FCF: hue angle of 254.32º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #491FCF is Cyan = 0.65, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 73 | 31 | 207 | - |
| CMYK | 0.65 | 0.85 | 0 | 0.19 |
| HSL | 254.32º | 0.74% | 0.47% | - |
| HSV(B) | 254.32º | 0.85% | 0.81% | - |
| XYZ | 14.5 | 6.9 | 59.6 | - |
| YUV | 63.62 | 208.91 | 134.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 31 | 207 | 0.65 | 0.85 | 0 | 0.19 | 254.32 | 0.74 | 0.47 |
| Hex | 49 | 1F | CF | 41 | 55 | 0 | 13 | FE | 4A | 2F |
| Octal | 111 | 37 | 317 | 101 | 125 | 0 | 23 | 376 | 112 | 57 |
| Binary | 1001001 | 11111 | 11001111 | 1000001 | 1010101 | 0 | 10011 | 11111110 | 1001010 | 101111 |
Color Harmonies of #491FCF
Complementary color
Monochromatic Colors of #491FCF
Black with #491FCF
Text Example
Text Example
White with #491FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491FCF; }
p { color: rgb(73,31,207); }
H1.HeaderClassName
{
color: #491FCF;
}
.AnyTagClassName
{
color: #491FCF;
}
</style>
background-color css
<style>
a { background-color: #491FCF; }
a { background-color: rgb(73,31,207); }
div.DivClassName
{
background-color: #491FCF;
}
.BgClassName
{
background-color: #491FCF;
}
</style>
border-color css
<style>
span { border-color: #491FCF; }
span { border-color: rgb(73,31,207); }
td.TdClassName
{
border-color: #491FCF;
}
.TagClassName
{
border-color: #491FCF;
}
</style>