Shades of Hot Purple #490253
Tints of Hot Purple #490253
RGB
CMYK
RGB Variations
Color information
#490253 (or 0x490253) is known color: Hot Purple. HEX triplet: 49, 02 and 53. RGB value is (73,2,83). Sum of RGB (Red+Green+Blue) = 73+2+83=158 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.20% from 158); Green value is 2 (1.17% from 255 or 1.27% from 158); Blue value is 83 (32.81% from 255 or 52.53% from 158); Max value from RGB is 83 - color contains mainly: blue. Hex color #490253 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490253 is #B6FDAC. Grayscale: #202020. Windows color (decimal): -11992493 or 5440073. OLE color: 5440073.
HSL color Cylindrical-coordinate representation of color #490253: hue angle of 292.59º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #490253 is Cyan = 0.12, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 73 | 2 | 83 | - |
| CMYK | 0.12 | 0.98 | 0 | 0.67 |
| HSL | 292.59º | 0.95% | 0.17% | - |
| HSV(B) | 292.59º | 0.98% | 0.33% | - |
| XYZ | 4.33 | 2.08 | 8.36 | - |
| YUV | 32.46 | 156.52 | 156.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 2 | 83 | 0.12 | 0.98 | 0 | 0.67 | 292.59 | 0.95 | 0.17 |
| Hex | 49 | 2 | 53 | C | 62 | 0 | 43 | 125 | 5F | 11 |
| Octal | 111 | 2 | 123 | 14 | 142 | 0 | 103 | 445 | 137 | 21 |
| Binary | 1001001 | 10 | 1010011 | 1100 | 1100010 | 0 | 1000011 | 100100101 | 1011111 | 10001 |
Color Harmonies of #490253
Complementary color
Monochromatic Colors of #490253
Black with #490253
Text Example
Text Example
White with #490253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490253; }
p { color: rgb(73,2,83); }
H1.HeaderClassName
{
color: #490253;
}
.AnyTagClassName
{
color: #490253;
}
</style>
background-color css
<style>
a { background-color: #490253; }
a { background-color: rgb(73,2,83); }
div.DivClassName
{
background-color: #490253;
}
.BgClassName
{
background-color: #490253;
}
</style>
border-color css
<style>
span { border-color: #490253; }
span { border-color: rgb(73,2,83); }
td.TdClassName
{
border-color: #490253;
}
.TagClassName
{
border-color: #490253;
}
</style>