Shades of Hot Purple #4E164A
Tints of Hot Purple #4E164A
RGB
CMYK
RGB Variations
Color information
#4E164A (or 0x4E164A) is known color: Hot Purple. HEX triplet: 4E, 16 and 4A. RGB value is (78,22,74). Sum of RGB (Red+Green+Blue) = 78+22+74=174 (23% of max value = 765). Red value is 78 (30.86% from 255 or 44.83% from 174); Green value is 22 (8.98% from 255 or 12.64% from 174); Blue value is 74 (29.30% from 255 or 42.53% from 174); Max value from RGB is 78 - color contains mainly: red. Hex color #4E164A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E164A is #B1E9B5. Grayscale: #2C2C2C. Windows color (decimal): -11659702 or 4855374. OLE color: 4855374.
HSL color Cylindrical-coordinate representation of color #4E164A: hue angle of 304.29º degrees, saturation: 0.56, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4E164A is Cyan = 0, Magento = 0.72, Yellow = 0.05 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 22 | 74 | - |
| CMYK | 0 | 0.72 | 0.05 | 0.69 |
| HSL | 304.29º | 0.56% | 0.2% | - |
| HSV(B) | 304.29º | 0.72% | 0.31% | - |
| XYZ | 4.66 | 2.69 | 6.75 | - |
| YUV | 44.67 | 144.55 | 151.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 22 | 74 | 0 | 0.72 | 0.05 | 0.69 | 304.29 | 0.56 | 0.2 |
| Hex | 4E | 16 | 4A | 0 | 48 | 5 | 45 | 130 | 38 | 14 |
| Octal | 116 | 26 | 112 | 0 | 110 | 5 | 105 | 460 | 70 | 24 |
| Binary | 1001110 | 10110 | 1001010 | 0 | 1001000 | 101 | 1000101 | 100110000 | 111000 | 10100 |
Color Harmonies of #4E164A
Complementary color
Monochromatic Colors of #4E164A
Black with #4E164A
Text Example
Text Example
White with #4E164A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E164A; }
p { color: rgb(78,22,74); }
H1.HeaderClassName
{
color: #4E164A;
}
.AnyTagClassName
{
color: #4E164A;
}
</style>
background-color css
<style>
a { background-color: #4E164A; }
a { background-color: rgb(78,22,74); }
div.DivClassName
{
background-color: #4E164A;
}
.BgClassName
{
background-color: #4E164A;
}
</style>
border-color css
<style>
span { border-color: #4E164A; }
span { border-color: rgb(78,22,74); }
td.TdClassName
{
border-color: #4E164A;
}
.TagClassName
{
border-color: #4E164A;
}
</style>