Shades of Purple Heart #490ABB
Tints of Purple Heart #490ABB
RGB
CMYK
RGB Variations
Color information
#490ABB (or 0x490ABB) is known color: Purple Heart. HEX triplet: 49, 0A and BB. RGB value is (73,10,187). Sum of RGB (Red+Green+Blue) = 73+10+187=270 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.04% from 270); Green value is 10 (4.30% from 255 or 3.70% from 270); Blue value is 187 (73.44% from 255 or 69.26% from 270); Max value from RGB is 187 - color contains mainly: blue. Hex color #490ABB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #490ABB is #B6F544. Grayscale: #303030. Windows color (decimal): -11990341 or 12257865. OLE color: 12257865.
HSL color Cylindrical-coordinate representation of color #490ABB: hue angle of 261.36º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #490ABB is Cyan = 0.61, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 73 | 10 | 187 | - |
| CMYK | 0.61 | 0.95 | 0 | 0.27 |
| HSL | 261.36º | 0.9% | 0.39% | - |
| HSV(B) | 261.36º | 0.95% | 0.73% | - |
| XYZ | 11.83 | 5.22 | 47.4 | - |
| YUV | 49.02 | 205.87 | 145.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 10 | 187 | 0.61 | 0.95 | 0 | 0.27 | 261.36 | 0.9 | 0.39 |
| Hex | 49 | A | BB | 3D | 5F | 0 | 1B | 105 | 5A | 27 |
| Octal | 111 | 12 | 273 | 75 | 137 | 0 | 33 | 405 | 132 | 47 |
| Binary | 1001001 | 1010 | 10111011 | 111101 | 1011111 | 0 | 11011 | 100000101 | 1011010 | 100111 |
Color Harmonies of #490ABB
Complementary color
Monochromatic Colors of #490ABB
Black with #490ABB
Text Example
Text Example
White with #490ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490ABB; }
p { color: rgb(73,10,187); }
H1.HeaderClassName
{
color: #490ABB;
}
.AnyTagClassName
{
color: #490ABB;
}
</style>
background-color css
<style>
a { background-color: #490ABB; }
a { background-color: rgb(73,10,187); }
div.DivClassName
{
background-color: #490ABB;
}
.BgClassName
{
background-color: #490ABB;
}
</style>
border-color css
<style>
span { border-color: #490ABB; }
span { border-color: rgb(73,10,187); }
td.TdClassName
{
border-color: #490ABB;
}
.TagClassName
{
border-color: #490ABB;
}
</style>