Shades of Purple Heart #490FB7
Tints of Purple Heart #490FB7
RGB
CMYK
RGB Variations
Color information
#490FB7 (or 0x490FB7) is known color: Purple Heart. HEX triplet: 49, 0F and B7. RGB value is (73,15,183). Sum of RGB (Red+Green+Blue) = 73+15+183=271 (35% of max value = 765). Red value is 73 (28.91% from 255 or 26.94% from 271); Green value is 15 (6.25% from 255 or 5.54% from 271); Blue value is 183 (71.88% from 255 or 67.53% from 271); Max value from RGB is 183 - color contains mainly: blue. Hex color #490FB7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #490FB7 is #B6F048. Grayscale: #323232. Windows color (decimal): -11989065 or 11997001. OLE color: 11997001.
HSL color Cylindrical-coordinate representation of color #490FB7: hue angle of 260.71º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #490FB7 is Cyan = 0.60, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 73 | 15 | 183 | - |
| CMYK | 0.60 | 0.92 | 0 | 0.28 |
| HSL | 260.71º | 0.85% | 0.39% | - |
| HSV(B) | 260.71º | 0.92% | 0.72% | - |
| XYZ | 11.47 | 5.18 | 45.19 | - |
| YUV | 51.49 | 202.22 | 143.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 15 | 183 | 0.60 | 0.92 | 0 | 0.28 | 260.71 | 0.85 | 0.39 |
| Hex | 49 | F | B7 | 3C | 5C | 0 | 1C | 105 | 55 | 27 |
| Octal | 111 | 17 | 267 | 74 | 134 | 0 | 34 | 405 | 125 | 47 |
| Binary | 1001001 | 1111 | 10110111 | 111100 | 1011100 | 0 | 11100 | 100000101 | 1010101 | 100111 |
Color Harmonies of #490FB7
Complementary color
Monochromatic Colors of #490FB7
Black with #490FB7
Text Example
Text Example
White with #490FB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490FB7; }
p { color: rgb(73,15,183); }
H1.HeaderClassName
{
color: #490FB7;
}
.AnyTagClassName
{
color: #490FB7;
}
</style>
background-color css
<style>
a { background-color: #490FB7; }
a { background-color: rgb(73,15,183); }
div.DivClassName
{
background-color: #490FB7;
}
.BgClassName
{
background-color: #490FB7;
}
</style>
border-color css
<style>
span { border-color: #490FB7; }
span { border-color: rgb(73,15,183); }
td.TdClassName
{
border-color: #490FB7;
}
.TagClassName
{
border-color: #490FB7;
}
</style>