Shades of Hot Purple #4D045B
Tints of Hot Purple #4D045B
RGB
CMYK
RGB Variations
Color information
#4D045B (or 0x4D045B) is known color: Hot Purple. HEX triplet: 4D, 04 and 5B. RGB value is (77,4,91). Sum of RGB (Red+Green+Blue) = 77+4+91=172 (22% of max value = 765). Red value is 77 (30.47% from 255 or 44.77% from 172); Green value is 4 (1.95% from 255 or 2.33% from 172); Blue value is 91 (35.94% from 255 or 52.91% from 172); Max value from RGB is 91 - color contains mainly: blue. Hex color #4D045B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D045B is #B2FBA4. Grayscale: #232323. Windows color (decimal): -11729829 or 5964877. OLE color: 5964877.
HSL color Cylindrical-coordinate representation of color #4D045B: hue angle of 290.34º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4D045B is Cyan = 0.15, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 77 | 4 | 91 | - |
| CMYK | 0.15 | 0.96 | 0 | 0.64 |
| HSL | 290.34º | 0.92% | 0.19% | - |
| HSV(B) | 290.34º | 0.96% | 0.36% | - |
| XYZ | 4.99 | 2.42 | 10.1 | - |
| YUV | 35.75 | 159.18 | 157.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 4 | 91 | 0.15 | 0.96 | 0 | 0.64 | 290.34 | 0.92 | 0.19 |
| Hex | 4D | 4 | 5B | F | 60 | 0 | 40 | 122 | 5C | 13 |
| Octal | 115 | 4 | 133 | 17 | 140 | 0 | 100 | 442 | 134 | 23 |
| Binary | 1001101 | 100 | 1011011 | 1111 | 1100000 | 0 | 1000000 | 100100010 | 1011100 | 10011 |
Color Harmonies of #4D045B
Complementary color
Monochromatic Colors of #4D045B
Black with #4D045B
Text Example
Text Example
White with #4D045B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D045B; }
p { color: rgb(77,4,91); }
H1.HeaderClassName
{
color: #4D045B;
}
.AnyTagClassName
{
color: #4D045B;
}
</style>
background-color css
<style>
a { background-color: #4D045B; }
a { background-color: rgb(77,4,91); }
div.DivClassName
{
background-color: #4D045B;
}
.BgClassName
{
background-color: #4D045B;
}
</style>
border-color css
<style>
span { border-color: #4D045B; }
span { border-color: rgb(77,4,91); }
td.TdClassName
{
border-color: #4D045B;
}
.TagClassName
{
border-color: #4D045B;
}
</style>