Shades of Hot Purple #4E165A
Tints of Hot Purple #4E165A
RGB
CMYK
RGB Variations
Color information
#4E165A (or 0x4E165A) is known color: Hot Purple. HEX triplet: 4E, 16 and 5A. RGB value is (78,22,90). Sum of RGB (Red+Green+Blue) = 78+22+90=190 (25% of max value = 765). Red value is 78 (30.86% from 255 or 41.05% from 190); Green value is 22 (8.98% from 255 or 11.58% from 190); Blue value is 90 (35.55% from 255 or 47.37% from 190); Max value from RGB is 90 - color contains mainly: blue. Hex color #4E165A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E165A is #B1E9A5. Grayscale: #2E2E2E. Windows color (decimal): -11659686 or 5903950. OLE color: 5903950.
HSL color Cylindrical-coordinate representation of color #4E165A: hue angle of 289.41º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4E165A is Cyan = 0.13, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 78 | 22 | 90 | - |
| CMYK | 0.13 | 0.76 | 0 | 0.65 |
| HSL | 289.41º | 0.61% | 0.22% | - |
| HSV(B) | 289.41º | 0.76% | 0.35% | - |
| XYZ | 5.27 | 2.93 | 9.96 | - |
| YUV | 46.5 | 152.55 | 150.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 22 | 90 | 0.13 | 0.76 | 0 | 0.65 | 289.41 | 0.61 | 0.22 |
| Hex | 4E | 16 | 5A | D | 4C | 0 | 41 | 121 | 3D | 16 |
| Octal | 116 | 26 | 132 | 15 | 114 | 0 | 101 | 441 | 75 | 26 |
| Binary | 1001110 | 10110 | 1011010 | 1101 | 1001100 | 0 | 1000001 | 100100001 | 111101 | 10110 |
Color Harmonies of #4E165A
Complementary color
Monochromatic Colors of #4E165A
Black with #4E165A
Text Example
Text Example
White with #4E165A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E165A; }
p { color: rgb(78,22,90); }
H1.HeaderClassName
{
color: #4E165A;
}
.AnyTagClassName
{
color: #4E165A;
}
</style>
background-color css
<style>
a { background-color: #4E165A; }
a { background-color: rgb(78,22,90); }
div.DivClassName
{
background-color: #4E165A;
}
.BgClassName
{
background-color: #4E165A;
}
</style>
border-color css
<style>
span { border-color: #4E165A; }
span { border-color: rgb(78,22,90); }
td.TdClassName
{
border-color: #4E165A;
}
.TagClassName
{
border-color: #4E165A;
}
</style>