Shades of Hot Purple #4D1F52
Tints of Hot Purple #4D1F52
RGB
CMYK
RGB Variations
Color information
#4D1F52 (or 0x4D1F52) is known color: Hot Purple. HEX triplet: 4D, 1F and 52. RGB value is (77,31,82). Sum of RGB (Red+Green+Blue) = 77+31+82=190 (25% of max value = 765). Red value is 77 (30.47% from 255 or 40.53% from 190); Green value is 31 (12.5% from 255 or 16.32% from 190); Blue value is 82 (32.42% from 255 or 43.16% from 190); Max value from RGB is 82 - color contains mainly: blue. Hex color #4D1F52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D1F52 is #B2E0AD. Grayscale: #323232. Windows color (decimal): -11722926 or 5381965. OLE color: 5381965.
HSL color Cylindrical-coordinate representation of color #4D1F52: hue angle of 294.12º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4D1F52 is Cyan = 0.06, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 77 | 31 | 82 | - |
| CMYK | 0.06 | 0.62 | 0 | 0.68 |
| HSL | 294.12º | 0.45% | 0.22% | - |
| HSV(B) | 294.12º | 0.62% | 0.32% | - |
| XYZ | 5.07 | 3.17 | 8.33 | - |
| YUV | 50.57 | 145.74 | 146.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 31 | 82 | 0.06 | 0.62 | 0 | 0.68 | 294.12 | 0.45 | 0.22 |
| Hex | 4D | 1F | 52 | 6 | 3E | 0 | 44 | 126 | 2D | 16 |
| Octal | 115 | 37 | 122 | 6 | 76 | 0 | 104 | 446 | 55 | 26 |
| Binary | 1001101 | 11111 | 1010010 | 110 | 111110 | 0 | 1000100 | 100100110 | 101101 | 10110 |
Color Harmonies of #4D1F52
Complementary color
Monochromatic Colors of #4D1F52
Black with #4D1F52
Text Example
Text Example
White with #4D1F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1F52; }
p { color: rgb(77,31,82); }
H1.HeaderClassName
{
color: #4D1F52;
}
.AnyTagClassName
{
color: #4D1F52;
}
</style>
background-color css
<style>
a { background-color: #4D1F52; }
a { background-color: rgb(77,31,82); }
div.DivClassName
{
background-color: #4D1F52;
}
.BgClassName
{
background-color: #4D1F52;
}
</style>
border-color css
<style>
span { border-color: #4D1F52; }
span { border-color: rgb(77,31,82); }
td.TdClassName
{
border-color: #4D1F52;
}
.TagClassName
{
border-color: #4D1F52;
}
</style>