Shades of Purple Heart #490FBF
Tints of Purple Heart #490FBF
RGB
CMYK
RGB Variations
Color information
#490FBF (or 0x490FBF) is known color: Purple Heart. HEX triplet: 49, 0F and BF. RGB value is (73,15,191). Sum of RGB (Red+Green+Blue) = 73+15+191=279 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.16% from 279); Green value is 15 (6.25% from 255 or 5.38% from 279); Blue value is 191 (75% from 255 or 68.46% from 279); Max value from RGB is 191 - color contains mainly: blue. Hex color #490FBF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #490FBF is #B6F040. Grayscale: #333333. Windows color (decimal): -11989057 or 12521289. OLE color: 12521289.
HSL color Cylindrical-coordinate representation of color #490FBF: hue angle of 259.77º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #490FBF is Cyan = 0.62, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 73 | 15 | 191 | - |
| CMYK | 0.62 | 0.92 | 0 | 0.25 |
| HSL | 259.77º | 0.85% | 0.4% | - |
| HSV(B) | 259.77º | 0.92% | 0.75% | - |
| XYZ | 12.32 | 5.52 | 49.71 | - |
| YUV | 52.41 | 206.22 | 142.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 15 | 191 | 0.62 | 0.92 | 0 | 0.25 | 259.77 | 0.85 | 0.4 |
| Hex | 49 | F | BF | 3E | 5C | 0 | 19 | 104 | 55 | 28 |
| Octal | 111 | 17 | 277 | 76 | 134 | 0 | 31 | 404 | 125 | 50 |
| Binary | 1001001 | 1111 | 10111111 | 111110 | 1011100 | 0 | 11001 | 100000100 | 1010101 | 101000 |
Color Harmonies of #490FBF
Complementary color
Monochromatic Colors of #490FBF
Black with #490FBF
Text Example
Text Example
White with #490FBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490FBF; }
p { color: rgb(73,15,191); }
H1.HeaderClassName
{
color: #490FBF;
}
.AnyTagClassName
{
color: #490FBF;
}
</style>
background-color css
<style>
a { background-color: #490FBF; }
a { background-color: rgb(73,15,191); }
div.DivClassName
{
background-color: #490FBF;
}
.BgClassName
{
background-color: #490FBF;
}
</style>
border-color css
<style>
span { border-color: #490FBF; }
span { border-color: rgb(73,15,191); }
td.TdClassName
{
border-color: #490FBF;
}
.TagClassName
{
border-color: #490FBF;
}
</style>