Shades of Purple Heart #490FB4
Tints of Purple Heart #490FB4
RGB
CMYK
RGB Variations
Color information
#490FB4 (or 0x490FB4) is known color: Purple Heart. HEX triplet: 49, 0F and B4. RGB value is (73,15,180). Sum of RGB (Red+Green+Blue) = 73+15+180=268 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.24% from 268); Green value is 15 (6.25% from 255 or 5.60% from 268); Blue value is 180 (70.70% from 255 or 67.16% from 268); Max value from RGB is 180 - color contains mainly: blue. Hex color #490FB4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #490FB4 is #B6F04B. Grayscale: #323232. Windows color (decimal): -11989068 or 11800393. OLE color: 11800393.
HSL color Cylindrical-coordinate representation of color #490FB4: hue angle of 261.09º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #490FB4 is Cyan = 0.59, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 73 | 15 | 180 | - |
| CMYK | 0.59 | 0.92 | 0 | 0.29 |
| HSL | 261.09º | 0.85% | 0.38% | - |
| HSV(B) | 261.09º | 0.92% | 0.71% | - |
| XYZ | 11.16 | 5.05 | 43.57 | - |
| YUV | 51.15 | 200.72 | 143.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 15 | 180 | 0.59 | 0.92 | 0 | 0.29 | 261.09 | 0.85 | 0.38 |
| Hex | 49 | F | B4 | 3B | 5C | 0 | 1D | 105 | 55 | 26 |
| Octal | 111 | 17 | 264 | 73 | 134 | 0 | 35 | 405 | 125 | 46 |
| Binary | 1001001 | 1111 | 10110100 | 111011 | 1011100 | 0 | 11101 | 100000101 | 1010101 | 100110 |
Color Harmonies of #490FB4
Complementary color
Monochromatic Colors of #490FB4
Black with #490FB4
Text Example
Text Example
White with #490FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490FB4; }
p { color: rgb(73,15,180); }
H1.HeaderClassName
{
color: #490FB4;
}
.AnyTagClassName
{
color: #490FB4;
}
</style>
background-color css
<style>
a { background-color: #490FB4; }
a { background-color: rgb(73,15,180); }
div.DivClassName
{
background-color: #490FB4;
}
.BgClassName
{
background-color: #490FB4;
}
</style>
border-color css
<style>
span { border-color: #490FB4; }
span { border-color: rgb(73,15,180); }
td.TdClassName
{
border-color: #490FB4;
}
.TagClassName
{
border-color: #490FB4;
}
</style>