Shades of Purple Heart #490FBE
Tints of Purple Heart #490FBE
RGB
CMYK
RGB Variations
Color information
#490FBE (or 0x490FBE) is known color: Purple Heart. HEX triplet: 49, 0F and BE. RGB value is (73,15,190). Sum of RGB (Red+Green+Blue) = 73+15+190=278 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.26% from 278); Green value is 15 (6.25% from 255 or 5.40% from 278); Blue value is 190 (74.61% from 255 or 68.35% from 278); Max value from RGB is 190 - color contains mainly: blue. Hex color #490FBE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #490FBE is #B6F041. Grayscale: #333333. Windows color (decimal): -11989058 or 12455753. OLE color: 12455753.
HSL color Cylindrical-coordinate representation of color #490FBE: hue angle of 259.89º 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 #490FBE is Cyan = 0.62, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 73 | 15 | 190 | - |
| CMYK | 0.62 | 0.92 | 0 | 0.25 |
| HSL | 259.89º | 0.85% | 0.4% | - |
| HSV(B) | 259.89º | 0.92% | 0.75% | - |
| XYZ | 12.21 | 5.48 | 49.13 | - |
| YUV | 52.29 | 205.72 | 142.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 15 | 190 | 0.62 | 0.92 | 0 | 0.25 | 259.89 | 0.85 | 0.4 |
| Hex | 49 | F | BE | 3E | 5C | 0 | 19 | 104 | 55 | 28 |
| Octal | 111 | 17 | 276 | 76 | 134 | 0 | 31 | 404 | 125 | 50 |
| Binary | 1001001 | 1111 | 10111110 | 111110 | 1011100 | 0 | 11001 | 100000100 | 1010101 | 101000 |
Color Harmonies of #490FBE
Complementary color
Monochromatic Colors of #490FBE
Black with #490FBE
Text Example
Text Example
White with #490FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490FBE; }
p { color: rgb(73,15,190); }
H1.HeaderClassName
{
color: #490FBE;
}
.AnyTagClassName
{
color: #490FBE;
}
</style>
background-color css
<style>
a { background-color: #490FBE; }
a { background-color: rgb(73,15,190); }
div.DivClassName
{
background-color: #490FBE;
}
.BgClassName
{
background-color: #490FBE;
}
</style>
border-color css
<style>
span { border-color: #490FBE; }
span { border-color: rgb(73,15,190); }
td.TdClassName
{
border-color: #490FBE;
}
.TagClassName
{
border-color: #490FBE;
}
</style>