Shades of Hot Purple #4D0A5B
Tints of Hot Purple #4D0A5B
RGB
CMYK
RGB Variations
Color information
#4D0A5B (or 0x4D0A5B) is known color: Hot Purple. HEX triplet: 4D, 0A and 5B. RGB value is (77,10,91). Sum of RGB (Red+Green+Blue) = 77+10+91=178 (23% of max value = 765). Red value is 77 (30.47% from 255 or 43.26% from 178); Green value is 10 (4.30% from 255 or 5.62% from 178); Blue value is 91 (35.94% from 255 or 51.12% from 178); Max value from RGB is 91 - color contains mainly: blue. Hex color #4D0A5B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D0A5B is #B2F5A4. Grayscale: #272727. Windows color (decimal): -11728293 or 5966413. OLE color: 5966413.
HSL color Cylindrical-coordinate representation of color #4D0A5B: hue angle of 289.63º degrees, saturation: 0.8, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4D0A5B is Cyan = 0.15, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 77 | 10 | 91 | - |
| CMYK | 0.15 | 0.89 | 0 | 0.64 |
| HSL | 289.63º | 0.8% | 0.2% | - |
| HSV(B) | 289.63º | 0.89% | 0.36% | - |
| XYZ | 5.06 | 2.55 | 10.12 | - |
| YUV | 39.27 | 157.2 | 154.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 10 | 91 | 0.15 | 0.89 | 0 | 0.64 | 289.63 | 0.8 | 0.2 |
| Hex | 4D | A | 5B | F | 59 | 0 | 40 | 122 | 50 | 14 |
| Octal | 115 | 12 | 133 | 17 | 131 | 0 | 100 | 442 | 120 | 24 |
| Binary | 1001101 | 1010 | 1011011 | 1111 | 1011001 | 0 | 1000000 | 100100010 | 1010000 | 10100 |
Color Harmonies of #4D0A5B
Complementary color
Monochromatic Colors of #4D0A5B
Black with #4D0A5B
Text Example
Text Example
White with #4D0A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0A5B; }
p { color: rgb(77,10,91); }
H1.HeaderClassName
{
color: #4D0A5B;
}
.AnyTagClassName
{
color: #4D0A5B;
}
</style>
background-color css
<style>
a { background-color: #4D0A5B; }
a { background-color: rgb(77,10,91); }
div.DivClassName
{
background-color: #4D0A5B;
}
.BgClassName
{
background-color: #4D0A5B;
}
</style>
border-color css
<style>
span { border-color: #4D0A5B; }
span { border-color: rgb(77,10,91); }
td.TdClassName
{
border-color: #4D0A5B;
}
.TagClassName
{
border-color: #4D0A5B;
}
</style>