Shades of Hot Purple #4D0259
Tints of Hot Purple #4D0259
RGB
CMYK
RGB Variations
Color information
#4D0259 (or 0x4D0259) is known color: Hot Purple. HEX triplet: 4D, 02 and 59. RGB value is (77,2,89). Sum of RGB (Red+Green+Blue) = 77+2+89=168 (22% of max value = 765). Red value is 77 (30.47% from 255 or 45.83% from 168); Green value is 2 (1.17% from 255 or 1.19% from 168); Blue value is 89 (35.16% from 255 or 52.98% from 168); Max value from RGB is 89 - color contains mainly: blue. Hex color #4D0259 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D0259 is #B2FDA6. Grayscale: #222222. Windows color (decimal): -11730343 or 5833293. OLE color: 5833293.
HSL color Cylindrical-coordinate representation of color #4D0259: hue angle of 291.72º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4D0259 is Cyan = 0.13, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 77 | 2 | 89 | - |
| CMYK | 0.13 | 0.98 | 0 | 0.65 |
| HSL | 291.72º | 0.96% | 0.18% | - |
| HSV(B) | 291.72º | 0.98% | 0.35% | - |
| XYZ | 4.89 | 2.34 | 9.65 | - |
| YUV | 34.34 | 158.85 | 158.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 2 | 89 | 0.13 | 0.98 | 0 | 0.65 | 291.72 | 0.96 | 0.18 |
| Hex | 4D | 2 | 59 | D | 62 | 0 | 41 | 124 | 60 | 12 |
| Octal | 115 | 2 | 131 | 15 | 142 | 0 | 101 | 444 | 140 | 22 |
| Binary | 1001101 | 10 | 1011001 | 1101 | 1100010 | 0 | 1000001 | 100100100 | 1100000 | 10010 |
Color Harmonies of #4D0259
Complementary color
Monochromatic Colors of #4D0259
Black with #4D0259
Text Example
Text Example
White with #4D0259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0259; }
p { color: rgb(77,2,89); }
H1.HeaderClassName
{
color: #4D0259;
}
.AnyTagClassName
{
color: #4D0259;
}
</style>
background-color css
<style>
a { background-color: #4D0259; }
a { background-color: rgb(77,2,89); }
div.DivClassName
{
background-color: #4D0259;
}
.BgClassName
{
background-color: #4D0259;
}
</style>
border-color css
<style>
span { border-color: #4D0259; }
span { border-color: rgb(77,2,89); }
td.TdClassName
{
border-color: #4D0259;
}
.TagClassName
{
border-color: #4D0259;
}
</style>