Shades of Purple Heart #490CB9
Tints of Purple Heart #490CB9
RGB
CMYK
RGB Variations
Color information
#490CB9 (or 0x490CB9) is known color: Purple Heart. HEX triplet: 49, 0C and B9. RGB value is (73,12,185). Sum of RGB (Red+Green+Blue) = 73+12+185=270 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.04% from 270); Green value is 12 (5.08% from 255 or 4.44% from 270); Blue value is 185 (72.66% from 255 or 68.52% from 270); Max value from RGB is 185 - color contains mainly: blue. Hex color #490CB9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #490CB9 is #B6F346. Grayscale: #313131. Windows color (decimal): -11989831 or 12127305. OLE color: 12127305.
HSL color Cylindrical-coordinate representation of color #490CB9: hue angle of 261.16º degrees, saturation: 0.88, 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 #490CB9 is Cyan = 0.61, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 73 | 12 | 185 | - |
| CMYK | 0.61 | 0.94 | 0 | 0.27 |
| HSL | 261.16º | 0.88% | 0.39% | - |
| HSV(B) | 261.16º | 0.94% | 0.73% | - |
| XYZ | 11.64 | 5.18 | 46.29 | - |
| YUV | 49.96 | 204.21 | 144.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 12 | 185 | 0.61 | 0.94 | 0 | 0.27 | 261.16 | 0.88 | 0.39 |
| Hex | 49 | C | B9 | 3D | 5E | 0 | 1B | 105 | 58 | 27 |
| Octal | 111 | 14 | 271 | 75 | 136 | 0 | 33 | 405 | 130 | 47 |
| Binary | 1001001 | 1100 | 10111001 | 111101 | 1011110 | 0 | 11011 | 100000101 | 1011000 | 100111 |
Color Harmonies of #490CB9
Complementary color
Monochromatic Colors of #490CB9
Black with #490CB9
Text Example
Text Example
White with #490CB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490CB9; }
p { color: rgb(73,12,185); }
H1.HeaderClassName
{
color: #490CB9;
}
.AnyTagClassName
{
color: #490CB9;
}
</style>
background-color css
<style>
a { background-color: #490CB9; }
a { background-color: rgb(73,12,185); }
div.DivClassName
{
background-color: #490CB9;
}
.BgClassName
{
background-color: #490CB9;
}
</style>
border-color css
<style>
span { border-color: #490CB9; }
span { border-color: rgb(73,12,185); }
td.TdClassName
{
border-color: #490CB9;
}
.TagClassName
{
border-color: #490CB9;
}
</style>