Shades of Hot Purple #4E214C
Tints of Hot Purple #4E214C
RGB
CMYK
RGB Variations
Color information
#4E214C (or 0x4E214C) is known color: Hot Purple. HEX triplet: 4E, 21 and 4C. RGB value is (78,33,76). Sum of RGB (Red+Green+Blue) = 78+33+76=187 (24% of max value = 765). Red value is 78 (30.86% from 255 or 41.71% from 187); Green value is 33 (13.28% from 255 or 17.65% from 187); Blue value is 76 (30.08% from 255 or 40.64% from 187); Max value from RGB is 78 - color contains mainly: red. Hex color #4E214C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E214C is #B1DEB3. Grayscale: #333333. Windows color (decimal): -11656884 or 4989262. OLE color: 4989262.
HSL color Cylindrical-coordinate representation of color #4E214C: hue angle of 302.67º degrees, saturation: 0.41, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4E214C is Cyan = 0, Magento = 0.58, Yellow = 0.03 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 33 | 76 | - |
| CMYK | 0 | 0.58 | 0.03 | 0.69 |
| HSL | 302.67º | 0.41% | 0.22% | - |
| HSV(B) | 302.67º | 0.58% | 0.31% | - |
| XYZ | 4.99 | 3.23 | 7.2 | - |
| YUV | 51.36 | 141.91 | 147 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 33 | 76 | 0 | 0.58 | 0.03 | 0.69 | 302.67 | 0.41 | 0.22 |
| Hex | 4E | 21 | 4C | 0 | 3A | 3 | 45 | 12F | 29 | 16 |
| Octal | 116 | 41 | 114 | 0 | 72 | 3 | 105 | 457 | 51 | 26 |
| Binary | 1001110 | 100001 | 1001100 | 0 | 111010 | 11 | 1000101 | 100101111 | 101001 | 10110 |
Color Harmonies of #4E214C
Complementary color
Monochromatic Colors of #4E214C
Black with #4E214C
Text Example
Text Example
White with #4E214C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E214C; }
p { color: rgb(78,33,76); }
H1.HeaderClassName
{
color: #4E214C;
}
.AnyTagClassName
{
color: #4E214C;
}
</style>
background-color css
<style>
a { background-color: #4E214C; }
a { background-color: rgb(78,33,76); }
div.DivClassName
{
background-color: #4E214C;
}
.BgClassName
{
background-color: #4E214C;
}
</style>
border-color css
<style>
span { border-color: #4E214C; }
span { border-color: rgb(78,33,76); }
td.TdClassName
{
border-color: #4E214C;
}
.TagClassName
{
border-color: #4E214C;
}
</style>