Shades of Purple Heart #490CBA
Tints of Purple Heart #490CBA
RGB
CMYK
RGB Variations
Color information
#490CBA (or 0x490CBA) is known color: Purple Heart. HEX triplet: 49, 0C and BA. RGB value is (73,12,186). Sum of RGB (Red+Green+Blue) = 73+12+186=271 (35% of max value = 765). Red value is 73 (28.91% from 255 or 26.94% from 271); Green value is 12 (5.08% from 255 or 4.43% from 271); Blue value is 186 (73.05% from 255 or 68.63% from 271); Max value from RGB is 186 - color contains mainly: blue. Hex color #490CBA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #490CBA is #B6F345. Grayscale: #313131. Windows color (decimal): -11989830 or 12192841. OLE color: 12192841.
HSL color Cylindrical-coordinate representation of color #490CBA: hue angle of 261.03º 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 #490CBA is Cyan = 0.61, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 73 | 12 | 186 | - |
| CMYK | 0.61 | 0.94 | 0 | 0.27 |
| HSL | 261.03º | 0.88% | 0.39% | - |
| HSV(B) | 261.03º | 0.94% | 0.73% | - |
| XYZ | 11.74 | 5.22 | 46.84 | - |
| YUV | 50.08 | 204.71 | 144.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 12 | 186 | 0.61 | 0.94 | 0 | 0.27 | 261.03 | 0.88 | 0.39 |
| Hex | 49 | C | BA | 3D | 5E | 0 | 1B | 105 | 58 | 27 |
| Octal | 111 | 14 | 272 | 75 | 136 | 0 | 33 | 405 | 130 | 47 |
| Binary | 1001001 | 1100 | 10111010 | 111101 | 1011110 | 0 | 11011 | 100000101 | 1011000 | 100111 |
Color Harmonies of #490CBA
Complementary color
Monochromatic Colors of #490CBA
Black with #490CBA
Text Example
Text Example
White with #490CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490CBA; }
p { color: rgb(73,12,186); }
H1.HeaderClassName
{
color: #490CBA;
}
.AnyTagClassName
{
color: #490CBA;
}
</style>
background-color css
<style>
a { background-color: #490CBA; }
a { background-color: rgb(73,12,186); }
div.DivClassName
{
background-color: #490CBA;
}
.BgClassName
{
background-color: #490CBA;
}
</style>
border-color css
<style>
span { border-color: #490CBA; }
span { border-color: rgb(73,12,186); }
td.TdClassName
{
border-color: #490CBA;
}
.TagClassName
{
border-color: #490CBA;
}
</style>