Shades of Hot Purple #490357
Tints of Hot Purple #490357
RGB
CMYK
RGB Variations
Color information
#490357 (or 0x490357) is known color: Hot Purple. HEX triplet: 49, 03 and 57. RGB value is (73,3,87). Sum of RGB (Red+Green+Blue) = 73+3+87=163 (21% of max value = 765). Red value is 73 (28.91% from 255 or 44.79% from 163); Green value is 3 (1.56% from 255 or 1.84% from 163); Blue value is 87 (34.38% from 255 or 53.37% from 163); Max value from RGB is 87 - color contains mainly: blue. Hex color #490357 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490357 is #B6FCA8. Grayscale: #212121. Windows color (decimal): -11992233 or 5702473. OLE color: 5702473.
HSL color Cylindrical-coordinate representation of color #490357: hue angle of 290º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #490357 is Cyan = 0.16, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 73 | 3 | 87 | - |
| CMYK | 0.16 | 0.97 | 0 | 0.66 |
| HSL | 290º | 0.93% | 0.18% | - |
| HSV(B) | 290º | 0.97% | 0.34% | - |
| XYZ | 4.5 | 2.17 | 9.2 | - |
| YUV | 33.51 | 158.19 | 156.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 3 | 87 | 0.16 | 0.97 | 0 | 0.66 | 290 | 0.93 | 0.18 |
| Hex | 49 | 3 | 57 | 10 | 61 | 0 | 42 | 122 | 5D | 12 |
| Octal | 111 | 3 | 127 | 20 | 141 | 0 | 102 | 442 | 135 | 22 |
| Binary | 1001001 | 11 | 1010111 | 10000 | 1100001 | 0 | 1000010 | 100100010 | 1011101 | 10010 |
Color Harmonies of #490357
Complementary color
Monochromatic Colors of #490357
Black with #490357
Text Example
Text Example
White with #490357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490357; }
p { color: rgb(73,3,87); }
H1.HeaderClassName
{
color: #490357;
}
.AnyTagClassName
{
color: #490357;
}
</style>
background-color css
<style>
a { background-color: #490357; }
a { background-color: rgb(73,3,87); }
div.DivClassName
{
background-color: #490357;
}
.BgClassName
{
background-color: #490357;
}
</style>
border-color css
<style>
span { border-color: #490357; }
span { border-color: rgb(73,3,87); }
td.TdClassName
{
border-color: #490357;
}
.TagClassName
{
border-color: #490357;
}
</style>