Shades of Purple Heart #490FBB
Tints of Purple Heart #490FBB
RGB
CMYK
RGB Variations
Color information
#490FBB (or 0x490FBB) is known color: Purple Heart. HEX triplet: 49, 0F and BB. RGB value is (73,15,187). Sum of RGB (Red+Green+Blue) = 73+15+187=275 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.55% from 275); Green value is 15 (6.25% from 255 or 5.45% from 275); Blue value is 187 (73.44% from 255 or 68% from 275); Max value from RGB is 187 - color contains mainly: blue. Hex color #490FBB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #490FBB is #B6F044. Grayscale: #333333. Windows color (decimal): -11989061 or 12259145. OLE color: 12259145.
HSL color Cylindrical-coordinate representation of color #490FBB: hue angle of 260.23º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #490FBB is Cyan = 0.61, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 73 | 15 | 187 | - |
| CMYK | 0.61 | 0.92 | 0 | 0.27 |
| HSL | 260.23º | 0.85% | 0.4% | - |
| HSV(B) | 260.23º | 0.92% | 0.73% | - |
| XYZ | 11.89 | 5.35 | 47.42 | - |
| YUV | 51.95 | 204.22 | 143.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 15 | 187 | 0.61 | 0.92 | 0 | 0.27 | 260.23 | 0.85 | 0.4 |
| Hex | 49 | F | BB | 3D | 5C | 0 | 1B | 104 | 55 | 28 |
| Octal | 111 | 17 | 273 | 75 | 134 | 0 | 33 | 404 | 125 | 50 |
| Binary | 1001001 | 1111 | 10111011 | 111101 | 1011100 | 0 | 11011 | 100000100 | 1010101 | 101000 |
Color Harmonies of #490FBB
Complementary color
Monochromatic Colors of #490FBB
Black with #490FBB
Text Example
Text Example
White with #490FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490FBB; }
p { color: rgb(73,15,187); }
H1.HeaderClassName
{
color: #490FBB;
}
.AnyTagClassName
{
color: #490FBB;
}
</style>
background-color css
<style>
a { background-color: #490FBB; }
a { background-color: rgb(73,15,187); }
div.DivClassName
{
background-color: #490FBB;
}
.BgClassName
{
background-color: #490FBB;
}
</style>
border-color css
<style>
span { border-color: #490FBB; }
span { border-color: rgb(73,15,187); }
td.TdClassName
{
border-color: #490FBB;
}
.TagClassName
{
border-color: #490FBB;
}
</style>