Shades of Hot Purple #4D2857
Tints of Hot Purple #4D2857
RGB
CMYK
RGB Variations
Color information
#4D2857 (or 0x4D2857) is known color: Hot Purple. HEX triplet: 4D, 28 and 57. RGB value is (77,40,87). Sum of RGB (Red+Green+Blue) = 77+40+87=204 (27% of max value = 765). Red value is 77 (30.47% from 255 or 37.75% from 204); Green value is 40 (16.02% from 255 or 19.61% from 204); Blue value is 87 (34.38% from 255 or 42.65% from 204); Max value from RGB is 87 - color contains mainly: blue. Hex color #4D2857 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D2857 is #B2D7A8. Grayscale: #383838. Windows color (decimal): -11720617 or 5711949. OLE color: 5711949.
HSL color Cylindrical-coordinate representation of color #4D2857: hue angle of 287.23º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4D2857 is Cyan = 0.11, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 77 | 40 | 87 | - |
| CMYK | 0.11 | 0.54 | 0 | 0.66 |
| HSL | 287.23º | 0.37% | 0.25% | - |
| HSV(B) | 287.23º | 0.54% | 0.34% | - |
| XYZ | 5.54 | 3.78 | 9.46 | - |
| YUV | 56.42 | 145.26 | 142.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 40 | 87 | 0.11 | 0.54 | 0 | 0.66 | 287.23 | 0.37 | 0.25 |
| Hex | 4D | 28 | 57 | B | 36 | 0 | 42 | 11F | 25 | 19 |
| Octal | 115 | 50 | 127 | 13 | 66 | 0 | 102 | 437 | 45 | 31 |
| Binary | 1001101 | 101000 | 1010111 | 1011 | 110110 | 0 | 1000010 | 100011111 | 100101 | 11001 |
Color Harmonies of #4D2857
Complementary color
Monochromatic Colors of #4D2857
Black with #4D2857
Text Example
Text Example
White with #4D2857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2857; }
p { color: rgb(77,40,87); }
H1.HeaderClassName
{
color: #4D2857;
}
.AnyTagClassName
{
color: #4D2857;
}
</style>
background-color css
<style>
a { background-color: #4D2857; }
a { background-color: rgb(77,40,87); }
div.DivClassName
{
background-color: #4D2857;
}
.BgClassName
{
background-color: #4D2857;
}
</style>
border-color css
<style>
span { border-color: #4D2857; }
span { border-color: rgb(77,40,87); }
td.TdClassName
{
border-color: #4D2857;
}
.TagClassName
{
border-color: #4D2857;
}
</style>