Shades of Hot Purple #4D2252
Tints of Hot Purple #4D2252
RGB
CMYK
RGB Variations
Color information
#4D2252 (or 0x4D2252) is known color: Hot Purple. HEX triplet: 4D, 22 and 52. RGB value is (77,34,82). Sum of RGB (Red+Green+Blue) = 77+34+82=193 (25% of max value = 765). Red value is 77 (30.47% from 255 or 39.90% from 193); Green value is 34 (13.67% from 255 or 17.62% from 193); Blue value is 82 (32.42% from 255 or 42.49% from 193); Max value from RGB is 82 - color contains mainly: blue. Hex color #4D2252 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D2252 is #B2DDAD. Grayscale: #343434. Windows color (decimal): -11722158 or 5382733. OLE color: 5382733.
HSL color Cylindrical-coordinate representation of color #4D2252: hue angle of 293.75º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4D2252 is Cyan = 0.06, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 77 | 34 | 82 | - |
| CMYK | 0.06 | 0.59 | 0 | 0.68 |
| HSL | 293.75º | 0.41% | 0.23% | - |
| HSV(B) | 293.75º | 0.59% | 0.32% | - |
| XYZ | 5.16 | 3.33 | 8.35 | - |
| YUV | 52.33 | 144.75 | 145.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 34 | 82 | 0.06 | 0.59 | 0 | 0.68 | 293.75 | 0.41 | 0.23 |
| Hex | 4D | 22 | 52 | 6 | 3B | 0 | 44 | 126 | 29 | 17 |
| Octal | 115 | 42 | 122 | 6 | 73 | 0 | 104 | 446 | 51 | 27 |
| Binary | 1001101 | 100010 | 1010010 | 110 | 111011 | 0 | 1000100 | 100100110 | 101001 | 10111 |
Color Harmonies of #4D2252
Complementary color
Monochromatic Colors of #4D2252
Black with #4D2252
Text Example
Text Example
White with #4D2252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2252; }
p { color: rgb(77,34,82); }
H1.HeaderClassName
{
color: #4D2252;
}
.AnyTagClassName
{
color: #4D2252;
}
</style>
background-color css
<style>
a { background-color: #4D2252; }
a { background-color: rgb(77,34,82); }
div.DivClassName
{
background-color: #4D2252;
}
.BgClassName
{
background-color: #4D2252;
}
</style>
border-color css
<style>
span { border-color: #4D2252; }
span { border-color: rgb(77,34,82); }
td.TdClassName
{
border-color: #4D2252;
}
.TagClassName
{
border-color: #4D2252;
}
</style>