Shades of Purple Heart #490CB5
Tints of Purple Heart #490CB5
RGB
CMYK
RGB Variations
Color information
#490CB5 (or 0x490CB5) is known color: Purple Heart. HEX triplet: 49, 0C and B5. RGB value is (73,12,181). Sum of RGB (Red+Green+Blue) = 73+12+181=266 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.44% from 266); Green value is 12 (5.08% from 255 or 4.51% from 266); Blue value is 181 (71.09% from 255 or 68.05% from 266); Max value from RGB is 181 - color contains mainly: blue. Hex color #490CB5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #490CB5 is #B6F34A. Grayscale: #303030. Windows color (decimal): -11989835 or 11865161. OLE color: 11865161.
HSL color Cylindrical-coordinate representation of color #490CB5: hue angle of 261.66º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #490CB5 is Cyan = 0.60, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 73 | 12 | 181 | - |
| CMYK | 0.60 | 0.93 | 0 | 0.29 |
| HSL | 261.66º | 0.88% | 0.38% | - |
| HSV(B) | 261.66º | 0.93% | 0.71% | - |
| XYZ | 11.22 | 5.02 | 44.09 | - |
| YUV | 49.51 | 202.21 | 144.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 12 | 181 | 0.60 | 0.93 | 0 | 0.29 | 261.66 | 0.88 | 0.38 |
| Hex | 49 | C | B5 | 3C | 5D | 0 | 1D | 106 | 58 | 26 |
| Octal | 111 | 14 | 265 | 74 | 135 | 0 | 35 | 406 | 130 | 46 |
| Binary | 1001001 | 1100 | 10110101 | 111100 | 1011101 | 0 | 11101 | 100000110 | 1011000 | 100110 |
Color Harmonies of #490CB5
Complementary color
Monochromatic Colors of #490CB5
Black with #490CB5
Text Example
Text Example
White with #490CB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490CB5; }
p { color: rgb(73,12,181); }
H1.HeaderClassName
{
color: #490CB5;
}
.AnyTagClassName
{
color: #490CB5;
}
</style>
background-color css
<style>
a { background-color: #490CB5; }
a { background-color: rgb(73,12,181); }
div.DivClassName
{
background-color: #490CB5;
}
.BgClassName
{
background-color: #490CB5;
}
</style>
border-color css
<style>
span { border-color: #490CB5; }
span { border-color: rgb(73,12,181); }
td.TdClassName
{
border-color: #490CB5;
}
.TagClassName
{
border-color: #490CB5;
}
</style>