Shades of Hot Purple #4D0352
Tints of Hot Purple #4D0352
RGB
CMYK
RGB Variations
Color information
#4D0352 (or 0x4D0352) is known color: Hot Purple. HEX triplet: 4D, 03 and 52. RGB value is (77,3,82). Sum of RGB (Red+Green+Blue) = 77+3+82=162 (21% of max value = 765). Red value is 77 (30.47% from 255 or 47.53% from 162); Green value is 3 (1.56% from 255 or 1.85% from 162); Blue value is 82 (32.42% from 255 or 50.62% from 162); Max value from RGB is 82 - color contains mainly: blue. Hex color #4D0352 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D0352 is #B2FCAD. Grayscale: #212121. Windows color (decimal): -11730094 or 5374797. OLE color: 5374797.
HSL color Cylindrical-coordinate representation of color #4D0352: hue angle of 296.2º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4D0352 is Cyan = 0.06, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 77 | 3 | 82 | - |
| CMYK | 0.06 | 0.96 | 0 | 0.68 |
| HSL | 296.2º | 0.93% | 0.17% | - |
| HSV(B) | 296.2º | 0.96% | 0.32% | - |
| XYZ | 4.62 | 2.25 | 8.17 | - |
| YUV | 34.13 | 155.02 | 158.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 3 | 82 | 0.06 | 0.96 | 0 | 0.68 | 296.2 | 0.93 | 0.17 |
| Hex | 4D | 3 | 52 | 6 | 60 | 0 | 44 | 128 | 5D | 11 |
| Octal | 115 | 3 | 122 | 6 | 140 | 0 | 104 | 450 | 135 | 21 |
| Binary | 1001101 | 11 | 1010010 | 110 | 1100000 | 0 | 1000100 | 100101000 | 1011101 | 10001 |
Color Harmonies of #4D0352
Complementary color
Monochromatic Colors of #4D0352
Black with #4D0352
Text Example
Text Example
White with #4D0352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0352; }
p { color: rgb(77,3,82); }
H1.HeaderClassName
{
color: #4D0352;
}
.AnyTagClassName
{
color: #4D0352;
}
</style>
background-color css
<style>
a { background-color: #4D0352; }
a { background-color: rgb(77,3,82); }
div.DivClassName
{
background-color: #4D0352;
}
.BgClassName
{
background-color: #4D0352;
}
</style>
border-color css
<style>
span { border-color: #4D0352; }
span { border-color: rgb(77,3,82); }
td.TdClassName
{
border-color: #4D0352;
}
.TagClassName
{
border-color: #4D0352;
}
</style>