Shades of Hot Purple #4E0B5C
Tints of Hot Purple #4E0B5C
RGB
CMYK
RGB Variations
Color information
#4E0B5C (or 0x4E0B5C) is known color: Hot Purple. HEX triplet: 4E, 0B and 5C. RGB value is (78,11,92). Sum of RGB (Red+Green+Blue) = 78+11+92=181 (23% of max value = 765). Red value is 78 (30.86% from 255 or 43.09% from 181); Green value is 11 (4.69% from 255 or 6.08% from 181); Blue value is 92 (36.33% from 255 or 50.83% from 181); Max value from RGB is 92 - color contains mainly: blue. Hex color #4E0B5C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E0B5C is #B1F4A3. Grayscale: #282828. Windows color (decimal): -11662500 or 6032206. OLE color: 6032206.
HSL color Cylindrical-coordinate representation of color #4E0B5C: hue angle of 289.63º degrees, saturation: 0.79, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4E0B5C is Cyan = 0.15, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 78 | 11 | 92 | - |
| CMYK | 0.15 | 0.88 | 0 | 0.64 |
| HSL | 289.63º | 0.79% | 0.2% | - |
| HSV(B) | 289.63º | 0.88% | 0.36% | - |
| XYZ | 5.19 | 2.63 | 10.36 | - |
| YUV | 40.27 | 157.2 | 154.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 11 | 92 | 0.15 | 0.88 | 0 | 0.64 | 289.63 | 0.79 | 0.2 |
| Hex | 4E | B | 5C | F | 58 | 0 | 40 | 122 | 4F | 14 |
| Octal | 116 | 13 | 134 | 17 | 130 | 0 | 100 | 442 | 117 | 24 |
| Binary | 1001110 | 1011 | 1011100 | 1111 | 1011000 | 0 | 1000000 | 100100010 | 1001111 | 10100 |
Color Harmonies of #4E0B5C
Complementary color
Monochromatic Colors of #4E0B5C
Black with #4E0B5C
Text Example
Text Example
White with #4E0B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E0B5C; }
p { color: rgb(78,11,92); }
H1.HeaderClassName
{
color: #4E0B5C;
}
.AnyTagClassName
{
color: #4E0B5C;
}
</style>
background-color css
<style>
a { background-color: #4E0B5C; }
a { background-color: rgb(78,11,92); }
div.DivClassName
{
background-color: #4E0B5C;
}
.BgClassName
{
background-color: #4E0B5C;
}
</style>
border-color css
<style>
span { border-color: #4E0B5C; }
span { border-color: rgb(78,11,92); }
td.TdClassName
{
border-color: #4E0B5C;
}
.TagClassName
{
border-color: #4E0B5C;
}
</style>