Shades of Purple Heart #490DCB
Tints of Purple Heart #490DCB
RGB
CMYK
RGB Variations
Color information
#490DCB (or 0x490DCB) is known color: Purple Heart. HEX triplet: 49, 0D and CB. RGB value is (73,13,203). Sum of RGB (Red+Green+Blue) = 73+13+203=289 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.26% from 289); Green value is 13 (5.47% from 255 or 4.50% from 289); Blue value is 203 (79.69% from 255 or 70.24% from 289); Max value from RGB is 203 - color contains mainly: blue. Hex color #490DCB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #490DCB is #B6F234. Grayscale: #333333. Windows color (decimal): -11989557 or 13307209. OLE color: 13307209.
HSL color Cylindrical-coordinate representation of color #490DCB: hue angle of 258.95º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #490DCB is Cyan = 0.64, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 73 | 13 | 203 | - |
| CMYK | 0.64 | 0.94 | 0 | 0.20 |
| HSL | 258.95º | 0.88% | 0.42% | - |
| HSV(B) | 258.95º | 0.94% | 0.8% | - |
| XYZ | 13.67 | 6.02 | 56.94 | - |
| YUV | 52.6 | 212.88 | 142.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 13 | 203 | 0.64 | 0.94 | 0 | 0.20 | 258.95 | 0.88 | 0.42 |
| Hex | 49 | D | CB | 40 | 5E | 0 | 14 | 103 | 58 | 2A |
| Octal | 111 | 15 | 313 | 100 | 136 | 0 | 24 | 403 | 130 | 52 |
| Binary | 1001001 | 1101 | 11001011 | 1000000 | 1011110 | 0 | 10100 | 100000011 | 1011000 | 101010 |
Color Harmonies of #490DCB
Complementary color
Monochromatic Colors of #490DCB
Black with #490DCB
Text Example
Text Example
White with #490DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490DCB; }
p { color: rgb(73,13,203); }
H1.HeaderClassName
{
color: #490DCB;
}
.AnyTagClassName
{
color: #490DCB;
}
</style>
background-color css
<style>
a { background-color: #490DCB; }
a { background-color: rgb(73,13,203); }
div.DivClassName
{
background-color: #490DCB;
}
.BgClassName
{
background-color: #490DCB;
}
</style>
border-color css
<style>
span { border-color: #490DCB; }
span { border-color: rgb(73,13,203); }
td.TdClassName
{
border-color: #490DCB;
}
.TagClassName
{
border-color: #490DCB;
}
</style>