Shades of Hot Purple #4D0252
Tints of Hot Purple #4D0252
RGB
CMYK
RGB Variations
Color information
#4D0252 (or 0x4D0252) is known color: Hot Purple. HEX triplet: 4D, 02 and 52. RGB value is (77,2,82). Sum of RGB (Red+Green+Blue) = 77+2+82=161 (21% of max value = 765). Red value is 77 (30.47% from 255 or 47.83% from 161); Green value is 2 (1.17% from 255 or 1.24% from 161); Blue value is 82 (32.42% from 255 or 50.93% from 161); Max value from RGB is 82 - color contains mainly: blue. Hex color #4D0252 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D0252 is #B2FDAD. Grayscale: #212121. Windows color (decimal): -11730350 or 5374541. OLE color: 5374541.
HSL color Cylindrical-coordinate representation of color #4D0252: hue angle of 296.25º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4D0252 is Cyan = 0.06, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 77 | 2 | 82 | - |
| CMYK | 0.06 | 0.98 | 0 | 0.68 |
| HSL | 296.25º | 0.95% | 0.16% | - |
| HSV(B) | 296.25º | 0.98% | 0.32% | - |
| XYZ | 4.61 | 2.23 | 8.17 | - |
| YUV | 33.55 | 155.35 | 159 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 2 | 82 | 0.06 | 0.98 | 0 | 0.68 | 296.25 | 0.95 | 0.16 |
| Hex | 4D | 2 | 52 | 6 | 62 | 0 | 44 | 128 | 5F | 10 |
| Octal | 115 | 2 | 122 | 6 | 142 | 0 | 104 | 450 | 137 | 20 |
| Binary | 1001101 | 10 | 1010010 | 110 | 1100010 | 0 | 1000100 | 100101000 | 1011111 | 10000 |
Color Harmonies of #4D0252
Complementary color
Monochromatic Colors of #4D0252
Black with #4D0252
Text Example
Text Example
White with #4D0252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0252; }
p { color: rgb(77,2,82); }
H1.HeaderClassName
{
color: #4D0252;
}
.AnyTagClassName
{
color: #4D0252;
}
</style>
background-color css
<style>
a { background-color: #4D0252; }
a { background-color: rgb(77,2,82); }
div.DivClassName
{
background-color: #4D0252;
}
.BgClassName
{
background-color: #4D0252;
}
</style>
border-color css
<style>
span { border-color: #4D0252; }
span { border-color: rgb(77,2,82); }
td.TdClassName
{
border-color: #4D0252;
}
.TagClassName
{
border-color: #4D0252;
}
</style>