Shades of Hot Purple #4D0857
Tints of Hot Purple #4D0857
RGB
CMYK
RGB Variations
Color information
#4D0857 (or 0x4D0857) is known color: Hot Purple. HEX triplet: 4D, 08 and 57. RGB value is (77,8,87). Sum of RGB (Red+Green+Blue) = 77+8+87=172 (22% of max value = 765). Red value is 77 (30.47% from 255 or 44.77% from 172); Green value is 8 (3.52% from 255 or 4.65% from 172); Blue value is 87 (34.38% from 255 or 50.58% from 172); Max value from RGB is 87 - color contains mainly: blue. Hex color #4D0857 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D0857 is #B2F7A8. Grayscale: #252525. Windows color (decimal): -11728809 or 5703757. OLE color: 5703757.
HSL color Cylindrical-coordinate representation of color #4D0857: hue angle of 292.41º degrees, saturation: 0.83, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4D0857 is Cyan = 0.11, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 77 | 8 | 87 | - |
| CMYK | 0.11 | 0.91 | 0 | 0.66 |
| HSL | 292.41º | 0.83% | 0.19% | - |
| HSV(B) | 292.41º | 0.91% | 0.34% | - |
| XYZ | 4.87 | 2.44 | 9.23 | - |
| YUV | 37.64 | 155.86 | 156.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 8 | 87 | 0.11 | 0.91 | 0 | 0.66 | 292.41 | 0.83 | 0.19 |
| Hex | 4D | 8 | 57 | B | 5B | 0 | 42 | 124 | 53 | 13 |
| Octal | 115 | 10 | 127 | 13 | 133 | 0 | 102 | 444 | 123 | 23 |
| Binary | 1001101 | 1000 | 1010111 | 1011 | 1011011 | 0 | 1000010 | 100100100 | 1010011 | 10011 |
Color Harmonies of #4D0857
Complementary color
Monochromatic Colors of #4D0857
Black with #4D0857
Text Example
Text Example
White with #4D0857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0857; }
p { color: rgb(77,8,87); }
H1.HeaderClassName
{
color: #4D0857;
}
.AnyTagClassName
{
color: #4D0857;
}
</style>
background-color css
<style>
a { background-color: #4D0857; }
a { background-color: rgb(77,8,87); }
div.DivClassName
{
background-color: #4D0857;
}
.BgClassName
{
background-color: #4D0857;
}
</style>
border-color css
<style>
span { border-color: #4D0857; }
span { border-color: rgb(77,8,87); }
td.TdClassName
{
border-color: #4D0857;
}
.TagClassName
{
border-color: #4D0857;
}
</style>