Shades of Hot Purple #4D065A
Tints of Hot Purple #4D065A
RGB
CMYK
RGB Variations
Color information
#4D065A (or 0x4D065A) is known color: Hot Purple. HEX triplet: 4D, 06 and 5A. RGB value is (77,6,90). Sum of RGB (Red+Green+Blue) = 77+6+90=173 (22% of max value = 765). Red value is 77 (30.47% from 255 or 44.51% from 173); Green value is 6 (2.73% from 255 or 3.47% from 173); Blue value is 90 (35.55% from 255 or 52.02% from 173); Max value from RGB is 90 - color contains mainly: blue. Hex color #4D065A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D065A is #B2F9A5. Grayscale: #242424. Windows color (decimal): -11729318 or 5899853. OLE color: 5899853.
HSL color Cylindrical-coordinate representation of color #4D065A: hue angle of 290.71º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4D065A is Cyan = 0.14, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 77 | 6 | 90 | - |
| CMYK | 0.14 | 0.93 | 0 | 0.65 |
| HSL | 290.71º | 0.88% | 0.19% | - |
| HSV(B) | 290.71º | 0.93% | 0.35% | - |
| XYZ | 4.97 | 2.45 | 9.88 | - |
| YUV | 36.81 | 158.02 | 156.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 6 | 90 | 0.14 | 0.93 | 0 | 0.65 | 290.71 | 0.88 | 0.19 |
| Hex | 4D | 6 | 5A | E | 5D | 0 | 41 | 123 | 58 | 13 |
| Octal | 115 | 6 | 132 | 16 | 135 | 0 | 101 | 443 | 130 | 23 |
| Binary | 1001101 | 110 | 1011010 | 1110 | 1011101 | 0 | 1000001 | 100100011 | 1011000 | 10011 |
Color Harmonies of #4D065A
Complementary color
Monochromatic Colors of #4D065A
Black with #4D065A
Text Example
Text Example
White with #4D065A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D065A; }
p { color: rgb(77,6,90); }
H1.HeaderClassName
{
color: #4D065A;
}
.AnyTagClassName
{
color: #4D065A;
}
</style>
background-color css
<style>
a { background-color: #4D065A; }
a { background-color: rgb(77,6,90); }
div.DivClassName
{
background-color: #4D065A;
}
.BgClassName
{
background-color: #4D065A;
}
</style>
border-color css
<style>
span { border-color: #4D065A; }
span { border-color: rgb(77,6,90); }
td.TdClassName
{
border-color: #4D065A;
}
.TagClassName
{
border-color: #4D065A;
}
</style>