Shades of Purple Heart #490FBC
Tints of Purple Heart #490FBC
RGB
CMYK
RGB Variations
Color information
#490FBC (or 0x490FBC) is known color: Purple Heart. HEX triplet: 49, 0F and BC. RGB value is (73,15,188). Sum of RGB (Red+Green+Blue) = 73+15+188=276 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.45% from 276); Green value is 15 (6.25% from 255 or 5.43% from 276); Blue value is 188 (73.83% from 255 or 68.12% from 276); Max value from RGB is 188 - color contains mainly: blue. Hex color #490FBC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #490FBC is #B6F043. Grayscale: #333333. Windows color (decimal): -11989060 or 12324681. OLE color: 12324681.
HSL color Cylindrical-coordinate representation of color #490FBC: hue angle of 260.12º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #490FBC is Cyan = 0.61, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 73 | 15 | 188 | - |
| CMYK | 0.61 | 0.92 | 0 | 0.26 |
| HSL | 260.12º | 0.85% | 0.4% | - |
| HSV(B) | 260.12º | 0.92% | 0.74% | - |
| XYZ | 12 | 5.39 | 47.98 | - |
| YUV | 52.06 | 204.72 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 15 | 188 | 0.61 | 0.92 | 0 | 0.26 | 260.12 | 0.85 | 0.4 |
| Hex | 49 | F | BC | 3D | 5C | 0 | 1A | 104 | 55 | 28 |
| Octal | 111 | 17 | 274 | 75 | 134 | 0 | 32 | 404 | 125 | 50 |
| Binary | 1001001 | 1111 | 10111100 | 111101 | 1011100 | 0 | 11010 | 100000100 | 1010101 | 101000 |
Color Harmonies of #490FBC
Complementary color
Monochromatic Colors of #490FBC
Black with #490FBC
Text Example
Text Example
White with #490FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490FBC; }
p { color: rgb(73,15,188); }
H1.HeaderClassName
{
color: #490FBC;
}
.AnyTagClassName
{
color: #490FBC;
}
</style>
background-color css
<style>
a { background-color: #490FBC; }
a { background-color: rgb(73,15,188); }
div.DivClassName
{
background-color: #490FBC;
}
.BgClassName
{
background-color: #490FBC;
}
</style>
border-color css
<style>
span { border-color: #490FBC; }
span { border-color: rgb(73,15,188); }
td.TdClassName
{
border-color: #490FBC;
}
.TagClassName
{
border-color: #490FBC;
}
</style>