Shades of Hot Purple #4E085B
Tints of Hot Purple #4E085B
RGB
CMYK
RGB Variations
Color information
#4E085B (or 0x4E085B) is known color: Hot Purple. HEX triplet: 4E, 08 and 5B. RGB value is (78,8,91). Sum of RGB (Red+Green+Blue) = 78+8+91=177 (23% of max value = 765). Red value is 78 (30.86% from 255 or 44.07% from 177); Green value is 8 (3.52% from 255 or 4.52% from 177); Blue value is 91 (35.94% from 255 or 51.41% from 177); Max value from RGB is 91 - color contains mainly: blue. Hex color #4E085B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E085B is #B1F7A4. Grayscale: #262626. Windows color (decimal): -11663269 or 5965902. OLE color: 5965902.
HSL color Cylindrical-coordinate representation of color #4E085B: hue angle of 290.6º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4E085B is Cyan = 0.14, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 78 | 8 | 91 | - |
| CMYK | 0.14 | 0.91 | 0 | 0.64 |
| HSL | 290.6º | 0.84% | 0.19% | - |
| HSV(B) | 290.6º | 0.91% | 0.36% | - |
| XYZ | 5.12 | 2.55 | 10.12 | - |
| YUV | 38.39 | 157.69 | 156.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 8 | 91 | 0.14 | 0.91 | 0 | 0.64 | 290.6 | 0.84 | 0.19 |
| Hex | 4E | 8 | 5B | E | 5B | 0 | 40 | 123 | 54 | 13 |
| Octal | 116 | 10 | 133 | 16 | 133 | 0 | 100 | 443 | 124 | 23 |
| Binary | 1001110 | 1000 | 1011011 | 1110 | 1011011 | 0 | 1000000 | 100100011 | 1010100 | 10011 |
Color Harmonies of #4E085B
Complementary color
Monochromatic Colors of #4E085B
Black with #4E085B
Text Example
Text Example
White with #4E085B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E085B; }
p { color: rgb(78,8,91); }
H1.HeaderClassName
{
color: #4E085B;
}
.AnyTagClassName
{
color: #4E085B;
}
</style>
background-color css
<style>
a { background-color: #4E085B; }
a { background-color: rgb(78,8,91); }
div.DivClassName
{
background-color: #4E085B;
}
.BgClassName
{
background-color: #4E085B;
}
</style>
border-color css
<style>
span { border-color: #4E085B; }
span { border-color: rgb(78,8,91); }
td.TdClassName
{
border-color: #4E085B;
}
.TagClassName
{
border-color: #4E085B;
}
</style>