Shades of Hot Purple #4E125A
Tints of Hot Purple #4E125A
RGB
CMYK
RGB Variations
Color information
#4E125A (or 0x4E125A) is known color: Hot Purple. HEX triplet: 4E, 12 and 5A. RGB value is (78,18,90). Sum of RGB (Red+Green+Blue) = 78+18+90=186 (24% of max value = 765). Red value is 78 (30.86% from 255 or 41.94% from 186); Green value is 18 (7.42% from 255 or 9.68% from 186); Blue value is 90 (35.55% from 255 or 48.39% from 186); Max value from RGB is 90 - color contains mainly: blue. Hex color #4E125A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E125A is #B1EDA5. Grayscale: #2B2B2B. Windows color (decimal): -11660710 or 5902926. OLE color: 5902926.
HSL color Cylindrical-coordinate representation of color #4E125A: hue angle of 290º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4E125A is Cyan = 0.13, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 78 | 18 | 90 | - |
| CMYK | 0.13 | 0.80 | 0 | 0.65 |
| HSL | 290º | 0.67% | 0.21% | - |
| HSV(B) | 290º | 0.8% | 0.35% | - |
| XYZ | 5.2 | 2.79 | 9.94 | - |
| YUV | 44.15 | 153.88 | 152.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 18 | 90 | 0.13 | 0.80 | 0 | 0.65 | 290 | 0.67 | 0.21 |
| Hex | 4E | 12 | 5A | D | 50 | 0 | 41 | 122 | 43 | 15 |
| Octal | 116 | 22 | 132 | 15 | 120 | 0 | 101 | 442 | 103 | 25 |
| Binary | 1001110 | 10010 | 1011010 | 1101 | 1010000 | 0 | 1000001 | 100100010 | 1000011 | 10101 |
Color Harmonies of #4E125A
Complementary color
Monochromatic Colors of #4E125A
Black with #4E125A
Text Example
Text Example
White with #4E125A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E125A; }
p { color: rgb(78,18,90); }
H1.HeaderClassName
{
color: #4E125A;
}
.AnyTagClassName
{
color: #4E125A;
}
</style>
background-color css
<style>
a { background-color: #4E125A; }
a { background-color: rgb(78,18,90); }
div.DivClassName
{
background-color: #4E125A;
}
.BgClassName
{
background-color: #4E125A;
}
</style>
border-color css
<style>
span { border-color: #4E125A; }
span { border-color: rgb(78,18,90); }
td.TdClassName
{
border-color: #4E125A;
}
.TagClassName
{
border-color: #4E125A;
}
</style>