Shades of Hot Purple #49024F
Tints of Hot Purple #49024F
RGB
CMYK
RGB Variations
Color information
#49024F (or 0x49024F) is known color: Hot Purple. HEX triplet: 49, 02 and 4F. RGB value is (73,2,79). Sum of RGB (Red+Green+Blue) = 73+2+79=154 (20% of max value = 765). Red value is 73 (28.91% from 255 or 47.40% from 154); Green value is 2 (1.17% from 255 or 1.30% from 154); Blue value is 79 (31.25% from 255 or 51.30% from 154); Max value from RGB is 79 - color contains mainly: blue. Hex color #49024F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49024F is #B6FDB0. Grayscale: #1F1F1F. Windows color (decimal): -11992497 or 5177929. OLE color: 5177929.
HSL color Cylindrical-coordinate representation of color #49024F: hue angle of 295.32º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #49024F is Cyan = 0.08, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 73 | 2 | 79 | - |
| CMYK | 0.08 | 0.97 | 0 | 0.69 |
| HSL | 295.32º | 0.95% | 0.16% | - |
| HSV(B) | 295.32º | 0.97% | 0.31% | - |
| XYZ | 4.18 | 2.02 | 7.57 | - |
| YUV | 32.01 | 154.52 | 157.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 2 | 79 | 0.08 | 0.97 | 0 | 0.69 | 295.32 | 0.95 | 0.16 |
| Hex | 49 | 2 | 4F | 8 | 61 | 0 | 45 | 127 | 5F | 10 |
| Octal | 111 | 2 | 117 | 10 | 141 | 0 | 105 | 447 | 137 | 20 |
| Binary | 1001001 | 10 | 1001111 | 1000 | 1100001 | 0 | 1000101 | 100100111 | 1011111 | 10000 |
Color Harmonies of #49024F
Complementary color
Monochromatic Colors of #49024F
Black with #49024F
Text Example
Text Example
White with #49024F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49024F; }
p { color: rgb(73,2,79); }
H1.HeaderClassName
{
color: #49024F;
}
.AnyTagClassName
{
color: #49024F;
}
</style>
background-color css
<style>
a { background-color: #49024F; }
a { background-color: rgb(73,2,79); }
div.DivClassName
{
background-color: #49024F;
}
.BgClassName
{
background-color: #49024F;
}
</style>
border-color css
<style>
span { border-color: #49024F; }
span { border-color: rgb(73,2,79); }
td.TdClassName
{
border-color: #49024F;
}
.TagClassName
{
border-color: #49024F;
}
</style>