Shades of Hot Purple #4D025B
Tints of Hot Purple #4D025B
RGB
CMYK
RGB Variations
Color information
#4D025B (or 0x4D025B) is known color: Hot Purple. HEX triplet: 4D, 02 and 5B. RGB value is (77,2,91). Sum of RGB (Red+Green+Blue) = 77+2+91=170 (22% of max value = 765). Red value is 77 (30.47% from 255 or 45.29% from 170); Green value is 2 (1.17% from 255 or 1.18% from 170); Blue value is 91 (35.94% from 255 or 53.53% from 170); Max value from RGB is 91 - color contains mainly: blue. Hex color #4D025B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D025B is #B2FDA4. Grayscale: #222222. Windows color (decimal): -11730341 or 5964365. OLE color: 5964365.
HSL color Cylindrical-coordinate representation of color #4D025B: hue angle of 290.56º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4D025B is Cyan = 0.15, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 77 | 2 | 91 | - |
| CMYK | 0.15 | 0.98 | 0 | 0.64 |
| HSL | 290.56º | 0.96% | 0.18% | - |
| HSV(B) | 290.56º | 0.98% | 0.36% | - |
| XYZ | 4.97 | 2.38 | 10.09 | - |
| YUV | 34.57 | 159.85 | 158.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 2 | 91 | 0.15 | 0.98 | 0 | 0.64 | 290.56 | 0.96 | 0.18 |
| Hex | 4D | 2 | 5B | F | 62 | 0 | 40 | 123 | 60 | 12 |
| Octal | 115 | 2 | 133 | 17 | 142 | 0 | 100 | 443 | 140 | 22 |
| Binary | 1001101 | 10 | 1011011 | 1111 | 1100010 | 0 | 1000000 | 100100011 | 1100000 | 10010 |
Color Harmonies of #4D025B
Complementary color
Monochromatic Colors of #4D025B
Black with #4D025B
Text Example
Text Example
White with #4D025B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D025B; }
p { color: rgb(77,2,91); }
H1.HeaderClassName
{
color: #4D025B;
}
.AnyTagClassName
{
color: #4D025B;
}
</style>
background-color css
<style>
a { background-color: #4D025B; }
a { background-color: rgb(77,2,91); }
div.DivClassName
{
background-color: #4D025B;
}
.BgClassName
{
background-color: #4D025B;
}
</style>
border-color css
<style>
span { border-color: #4D025B; }
span { border-color: rgb(77,2,91); }
td.TdClassName
{
border-color: #4D025B;
}
.TagClassName
{
border-color: #4D025B;
}
</style>