Shades of Purple Heart #490FBA
Tints of Purple Heart #490FBA
RGB
CMYK
RGB Variations
Color information
#490FBA (or 0x490FBA) is known color: Purple Heart. HEX triplet: 49, 0F and BA. RGB value is (73,15,186). Sum of RGB (Red+Green+Blue) = 73+15+186=274 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.64% from 274); Green value is 15 (6.25% from 255 or 5.47% from 274); Blue value is 186 (73.05% from 255 or 67.88% from 274); Max value from RGB is 186 - color contains mainly: blue. Hex color #490FBA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #490FBA is #B6F045. Grayscale: #333333. Windows color (decimal): -11989062 or 12193609. OLE color: 12193609.
HSL color Cylindrical-coordinate representation of color #490FBA: hue angle of 260.35º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #490FBA is Cyan = 0.61, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 73 | 15 | 186 | - |
| CMYK | 0.61 | 0.92 | 0 | 0.27 |
| HSL | 260.35º | 0.85% | 0.39% | - |
| HSV(B) | 260.35º | 0.92% | 0.73% | - |
| XYZ | 11.78 | 5.3 | 46.86 | - |
| YUV | 51.84 | 203.72 | 143.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 15 | 186 | 0.61 | 0.92 | 0 | 0.27 | 260.35 | 0.85 | 0.39 |
| Hex | 49 | F | BA | 3D | 5C | 0 | 1B | 104 | 55 | 27 |
| Octal | 111 | 17 | 272 | 75 | 134 | 0 | 33 | 404 | 125 | 47 |
| Binary | 1001001 | 1111 | 10111010 | 111101 | 1011100 | 0 | 11011 | 100000100 | 1010101 | 100111 |
Color Harmonies of #490FBA
Complementary color
Monochromatic Colors of #490FBA
Black with #490FBA
Text Example
Text Example
White with #490FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490FBA; }
p { color: rgb(73,15,186); }
H1.HeaderClassName
{
color: #490FBA;
}
.AnyTagClassName
{
color: #490FBA;
}
</style>
background-color css
<style>
a { background-color: #490FBA; }
a { background-color: rgb(73,15,186); }
div.DivClassName
{
background-color: #490FBA;
}
.BgClassName
{
background-color: #490FBA;
}
</style>
border-color css
<style>
span { border-color: #490FBA; }
span { border-color: rgb(73,15,186); }
td.TdClassName
{
border-color: #490FBA;
}
.TagClassName
{
border-color: #490FBA;
}
</style>