Shades of Hot Purple #4E234C
Tints of Hot Purple #4E234C
RGB
CMYK
RGB Variations
Color information
#4E234C (or 0x4E234C) is known color: Hot Purple. HEX triplet: 4E, 23 and 4C. RGB value is (78,35,76). Sum of RGB (Red+Green+Blue) = 78+35+76=189 (25% of max value = 765). Red value is 78 (30.86% from 255 or 41.27% from 189); Green value is 35 (14.06% from 255 or 18.52% from 189); Blue value is 76 (30.08% from 255 or 40.21% from 189); Max value from RGB is 78 - color contains mainly: red. Hex color #4E234C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E234C is #B1DCB3. Grayscale: #343434. Windows color (decimal): -11656372 or 4989774. OLE color: 4989774.
HSL color Cylindrical-coordinate representation of color #4E234C: hue angle of 302.79º degrees, saturation: 0.38, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4E234C is Cyan = 0, Magento = 0.55, Yellow = 0.03 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 35 | 76 | - |
| CMYK | 0 | 0.55 | 0.03 | 0.69 |
| HSL | 302.79º | 0.38% | 0.22% | - |
| HSV(B) | 302.79º | 0.55% | 0.31% | - |
| XYZ | 5.05 | 3.34 | 7.22 | - |
| YUV | 52.53 | 141.25 | 146.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 35 | 76 | 0 | 0.55 | 0.03 | 0.69 | 302.79 | 0.38 | 0.22 |
| Hex | 4E | 23 | 4C | 0 | 37 | 3 | 45 | 12F | 26 | 16 |
| Octal | 116 | 43 | 114 | 0 | 67 | 3 | 105 | 457 | 46 | 26 |
| Binary | 1001110 | 100011 | 1001100 | 0 | 110111 | 11 | 1000101 | 100101111 | 100110 | 10110 |
Color Harmonies of #4E234C
Complementary color
Monochromatic Colors of #4E234C
Black with #4E234C
Text Example
Text Example
White with #4E234C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E234C; }
p { color: rgb(78,35,76); }
H1.HeaderClassName
{
color: #4E234C;
}
.AnyTagClassName
{
color: #4E234C;
}
</style>
background-color css
<style>
a { background-color: #4E234C; }
a { background-color: rgb(78,35,76); }
div.DivClassName
{
background-color: #4E234C;
}
.BgClassName
{
background-color: #4E234C;
}
</style>
border-color css
<style>
span { border-color: #4E234C; }
span { border-color: rgb(78,35,76); }
td.TdClassName
{
border-color: #4E234C;
}
.TagClassName
{
border-color: #4E234C;
}
</style>