Shades of Hot Purple #492C4F
Tints of Hot Purple #492C4F
RGB
CMYK
RGB Variations
Color information
#492C4F (or 0x492C4F) is known color: Hot Purple. HEX triplet: 49, 2C and 4F. RGB value is (73,44,79). Sum of RGB (Red+Green+Blue) = 73+44+79=196 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.24% from 196); Green value is 44 (17.58% from 255 or 22.45% from 196); Blue value is 79 (31.25% from 255 or 40.31% from 196); Max value from RGB is 79 - color contains mainly: blue. Hex color #492C4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492C4F is #B6D3B0. Grayscale: #383838. Windows color (decimal): -11981745 or 5188681. OLE color: 5188681.
HSL color Cylindrical-coordinate representation of color #492C4F: hue angle of 289.71º degrees, saturation: 0.28, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #492C4F is Cyan = 0.08, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 73 | 44 | 79 | - |
| CMYK | 0.08 | 0.44 | 0 | 0.69 |
| HSL | 289.71º | 0.28% | 0.24% | - |
| HSV(B) | 289.71º | 0.44% | 0.31% | - |
| XYZ | 5.06 | 3.78 | 7.86 | - |
| YUV | 56.66 | 140.61 | 139.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 44 | 79 | 0.08 | 0.44 | 0 | 0.69 | 289.71 | 0.28 | 0.24 |
| Hex | 49 | 2C | 4F | 8 | 2C | 0 | 45 | 122 | 1C | 18 |
| Octal | 111 | 54 | 117 | 10 | 54 | 0 | 105 | 442 | 34 | 30 |
| Binary | 1001001 | 101100 | 1001111 | 1000 | 101100 | 0 | 1000101 | 100100010 | 11100 | 11000 |
Color Harmonies of #492C4F
Complementary color
Monochromatic Colors of #492C4F
Black with #492C4F
Text Example
Text Example
White with #492C4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492C4F; }
p { color: rgb(73,44,79); }
H1.HeaderClassName
{
color: #492C4F;
}
.AnyTagClassName
{
color: #492C4F;
}
</style>
background-color css
<style>
a { background-color: #492C4F; }
a { background-color: rgb(73,44,79); }
div.DivClassName
{
background-color: #492C4F;
}
.BgClassName
{
background-color: #492C4F;
}
</style>
border-color css
<style>
span { border-color: #492C4F; }
span { border-color: rgb(73,44,79); }
td.TdClassName
{
border-color: #492C4F;
}
.TagClassName
{
border-color: #492C4F;
}
</style>