Shades of Hot Purple #4E1A4C
Tints of Hot Purple #4E1A4C
RGB
CMYK
RGB Variations
Color information
#4E1A4C (or 0x4E1A4C) is known color: Hot Purple. HEX triplet: 4E, 1A and 4C. RGB value is (78,26,76). Sum of RGB (Red+Green+Blue) = 78+26+76=180 (23% of max value = 765). Red value is 78 (30.86% from 255 or 43.33% from 180); Green value is 26 (10.55% from 255 or 14.44% from 180); Blue value is 76 (30.08% from 255 or 42.22% from 180); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1A4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E1A4C is #B1E5B3. Grayscale: #2F2F2F. Windows color (decimal): -11658676 or 4987470. OLE color: 4987470.
HSL color Cylindrical-coordinate representation of color #4E1A4C: hue angle of 302.31º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4E1A4C is Cyan = 0, Magento = 0.67, Yellow = 0.03 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 26 | 76 | - |
| CMYK | 0 | 0.67 | 0.03 | 0.69 |
| HSL | 302.31º | 0.5% | 0.2% | - |
| HSV(B) | 302.31º | 0.67% | 0.31% | - |
| XYZ | 4.82 | 2.88 | 7.14 | - |
| YUV | 47.25 | 144.23 | 149.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 26 | 76 | 0 | 0.67 | 0.03 | 0.69 | 302.31 | 0.5 | 0.2 |
| Hex | 4E | 1A | 4C | 0 | 43 | 3 | 45 | 12E | 32 | 14 |
| Octal | 116 | 32 | 114 | 0 | 103 | 3 | 105 | 456 | 62 | 24 |
| Binary | 1001110 | 11010 | 1001100 | 0 | 1000011 | 11 | 1000101 | 100101110 | 110010 | 10100 |
Color Harmonies of #4E1A4C
Complementary color
Monochromatic Colors of #4E1A4C
Black with #4E1A4C
Text Example
Text Example
White with #4E1A4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1A4C; }
p { color: rgb(78,26,76); }
H1.HeaderClassName
{
color: #4E1A4C;
}
.AnyTagClassName
{
color: #4E1A4C;
}
</style>
background-color css
<style>
a { background-color: #4E1A4C; }
a { background-color: rgb(78,26,76); }
div.DivClassName
{
background-color: #4E1A4C;
}
.BgClassName
{
background-color: #4E1A4C;
}
</style>
border-color css
<style>
span { border-color: #4E1A4C; }
span { border-color: rgb(78,26,76); }
td.TdClassName
{
border-color: #4E1A4C;
}
.TagClassName
{
border-color: #4E1A4C;
}
</style>