Shades of Purple Heart #490DB1
Tints of Purple Heart #490DB1
RGB
CMYK
RGB Variations
Color information
#490DB1 (or 0x490DB1) is known color: Purple Heart. HEX triplet: 49, 0D and B1. RGB value is (73,13,177). Sum of RGB (Red+Green+Blue) = 73+13+177=263 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.76% from 263); Green value is 13 (5.47% from 255 or 4.94% from 263); Blue value is 177 (69.53% from 255 or 67.30% from 263); Max value from RGB is 177 - color contains mainly: blue. Hex color #490DB1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490DB1 is #B6F24E. Grayscale: #313131. Windows color (decimal): -11989583 or 11603273. OLE color: 11603273.
HSL color Cylindrical-coordinate representation of color #490DB1: hue angle of 261.95º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #490DB1 is Cyan = 0.59, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 73 | 13 | 177 | - |
| CMYK | 0.59 | 0.93 | 0 | 0.31 |
| HSL | 261.95º | 0.86% | 0.37% | - |
| HSV(B) | 261.95º | 0.93% | 0.69% | - |
| XYZ | 10.83 | 4.88 | 41.97 | - |
| YUV | 49.64 | 199.88 | 144.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 13 | 177 | 0.59 | 0.93 | 0 | 0.31 | 261.95 | 0.86 | 0.37 |
| Hex | 49 | D | B1 | 3B | 5D | 0 | 1F | 106 | 56 | 25 |
| Octal | 111 | 15 | 261 | 73 | 135 | 0 | 37 | 406 | 126 | 45 |
| Binary | 1001001 | 1101 | 10110001 | 111011 | 1011101 | 0 | 11111 | 100000110 | 1010110 | 100101 |
Color Harmonies of #490DB1
Complementary color
Monochromatic Colors of #490DB1
Black with #490DB1
Text Example
Text Example
White with #490DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490DB1; }
p { color: rgb(73,13,177); }
H1.HeaderClassName
{
color: #490DB1;
}
.AnyTagClassName
{
color: #490DB1;
}
</style>
background-color css
<style>
a { background-color: #490DB1; }
a { background-color: rgb(73,13,177); }
div.DivClassName
{
background-color: #490DB1;
}
.BgClassName
{
background-color: #490DB1;
}
</style>
border-color css
<style>
span { border-color: #490DB1; }
span { border-color: rgb(73,13,177); }
td.TdClassName
{
border-color: #490DB1;
}
.TagClassName
{
border-color: #490DB1;
}
</style>