Shades of Purple Heart #490CBB
Tints of Purple Heart #490CBB
RGB
CMYK
RGB Variations
Color information
#490CBB (or 0x490CBB) is known color: Purple Heart. HEX triplet: 49, 0C and BB. RGB value is (73,12,187). Sum of RGB (Red+Green+Blue) = 73+12+187=272 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.84% from 272); Green value is 12 (5.08% from 255 or 4.41% from 272); Blue value is 187 (73.44% from 255 or 68.75% from 272); Max value from RGB is 187 - color contains mainly: blue. Hex color #490CBB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #490CBB is #B6F344. Grayscale: #313131. Windows color (decimal): -11989829 or 12258377. OLE color: 12258377.
HSL color Cylindrical-coordinate representation of color #490CBB: hue angle of 260.91º 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 #490CBB is Cyan = 0.61, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 73 | 12 | 187 | - |
| CMYK | 0.61 | 0.94 | 0 | 0.27 |
| HSL | 260.91º | 0.88% | 0.39% | - |
| HSV(B) | 260.91º | 0.94% | 0.73% | - |
| XYZ | 11.85 | 5.27 | 47.41 | - |
| YUV | 50.19 | 205.21 | 144.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 12 | 187 | 0.61 | 0.94 | 0 | 0.27 | 260.91 | 0.88 | 0.39 |
| Hex | 49 | C | BB | 3D | 5E | 0 | 1B | 105 | 58 | 27 |
| Octal | 111 | 14 | 273 | 75 | 136 | 0 | 33 | 405 | 130 | 47 |
| Binary | 1001001 | 1100 | 10111011 | 111101 | 1011110 | 0 | 11011 | 100000101 | 1011000 | 100111 |
Color Harmonies of #490CBB
Complementary color
Monochromatic Colors of #490CBB
Black with #490CBB
Text Example
Text Example
White with #490CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490CBB; }
p { color: rgb(73,12,187); }
H1.HeaderClassName
{
color: #490CBB;
}
.AnyTagClassName
{
color: #490CBB;
}
</style>
background-color css
<style>
a { background-color: #490CBB; }
a { background-color: rgb(73,12,187); }
div.DivClassName
{
background-color: #490CBB;
}
.BgClassName
{
background-color: #490CBB;
}
</style>
border-color css
<style>
span { border-color: #490CBB; }
span { border-color: rgb(73,12,187); }
td.TdClassName
{
border-color: #490CBB;
}
.TagClassName
{
border-color: #490CBB;
}
</style>