Shades of Hot Purple #4E134B
Tints of Hot Purple #4E134B
RGB
CMYK
RGB Variations
Color information
#4E134B (or 0x4E134B) is known color: Hot Purple. HEX triplet: 4E, 13 and 4B. RGB value is (78,19,75). Sum of RGB (Red+Green+Blue) = 78+19+75=172 (22% of max value = 765). Red value is 78 (30.86% from 255 or 45.35% from 172); Green value is 19 (7.81% from 255 or 11.05% from 172); Blue value is 75 (29.69% from 255 or 43.60% from 172); Max value from RGB is 78 - color contains mainly: red. Hex color #4E134B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E134B is #B1ECB4. Grayscale: #2A2A2A. Windows color (decimal): -11660469 or 4920142. OLE color: 4920142.
HSL color Cylindrical-coordinate representation of color #4E134B: hue angle of 303.05º degrees, saturation: 0.61, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4E134B is Cyan = 0, Magento = 0.76, Yellow = 0.04 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 19 | 75 | - |
| CMYK | 0 | 0.76 | 0.04 | 0.69 |
| HSL | 303.05º | 0.61% | 0.19% | - |
| HSV(B) | 303.05º | 0.76% | 0.31% | - |
| XYZ | 4.64 | 2.59 | 6.91 | - |
| YUV | 43.03 | 146.05 | 152.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 19 | 75 | 0 | 0.76 | 0.04 | 0.69 | 303.05 | 0.61 | 0.19 |
| Hex | 4E | 13 | 4B | 0 | 4C | 4 | 45 | 12F | 3D | 13 |
| Octal | 116 | 23 | 113 | 0 | 114 | 4 | 105 | 457 | 75 | 23 |
| Binary | 1001110 | 10011 | 1001011 | 0 | 1001100 | 100 | 1000101 | 100101111 | 111101 | 10011 |
Color Harmonies of #4E134B
Complementary color
Monochromatic Colors of #4E134B
Black with #4E134B
Text Example
Text Example
White with #4E134B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E134B; }
p { color: rgb(78,19,75); }
H1.HeaderClassName
{
color: #4E134B;
}
.AnyTagClassName
{
color: #4E134B;
}
</style>
background-color css
<style>
a { background-color: #4E134B; }
a { background-color: rgb(78,19,75); }
div.DivClassName
{
background-color: #4E134B;
}
.BgClassName
{
background-color: #4E134B;
}
</style>
border-color css
<style>
span { border-color: #4E134B; }
span { border-color: rgb(78,19,75); }
td.TdClassName
{
border-color: #4E134B;
}
.TagClassName
{
border-color: #4E134B;
}
</style>