Shades of Purple Heart #490BBA
Tints of Purple Heart #490BBA
RGB
CMYK
RGB Variations
Color information
#490BBA (or 0x490BBA) is known color: Purple Heart. HEX triplet: 49, 0B and BA. RGB value is (73,11,186). Sum of RGB (Red+Green+Blue) = 73+11+186=270 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.04% from 270); Green value is 11 (4.69% from 255 or 4.07% from 270); Blue value is 186 (73.05% from 255 or 68.89% from 270); Max value from RGB is 186 - color contains mainly: blue. Hex color #490BBA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #490BBA is #B6F445. Grayscale: #303030. Windows color (decimal): -11990086 or 12192585. OLE color: 12192585.
HSL color Cylindrical-coordinate representation of color #490BBA: hue angle of 261.26º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #490BBA is Cyan = 0.61, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 73 | 11 | 186 | - |
| CMYK | 0.61 | 0.94 | 0 | 0.27 |
| HSL | 261.26º | 0.89% | 0.39% | - |
| HSV(B) | 261.26º | 0.94% | 0.73% | - |
| XYZ | 11.73 | 5.2 | 46.84 | - |
| YUV | 49.49 | 205.04 | 144.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 11 | 186 | 0.61 | 0.94 | 0 | 0.27 | 261.26 | 0.89 | 0.39 |
| Hex | 49 | B | BA | 3D | 5E | 0 | 1B | 105 | 59 | 27 |
| Octal | 111 | 13 | 272 | 75 | 136 | 0 | 33 | 405 | 131 | 47 |
| Binary | 1001001 | 1011 | 10111010 | 111101 | 1011110 | 0 | 11011 | 100000101 | 1011001 | 100111 |
Color Harmonies of #490BBA
Complementary color
Monochromatic Colors of #490BBA
Black with #490BBA
Text Example
Text Example
White with #490BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490BBA; }
p { color: rgb(73,11,186); }
H1.HeaderClassName
{
color: #490BBA;
}
.AnyTagClassName
{
color: #490BBA;
}
</style>
background-color css
<style>
a { background-color: #490BBA; }
a { background-color: rgb(73,11,186); }
div.DivClassName
{
background-color: #490BBA;
}
.BgClassName
{
background-color: #490BBA;
}
</style>
border-color css
<style>
span { border-color: #490BBA; }
span { border-color: rgb(73,11,186); }
td.TdClassName
{
border-color: #490BBA;
}
.TagClassName
{
border-color: #490BBA;
}
</style>