Shades of Hot Purple #4E104A
Tints of Hot Purple #4E104A
RGB
CMYK
RGB Variations
Color information
#4E104A (or 0x4E104A) is known color: Hot Purple. HEX triplet: 4E, 10 and 4A. RGB value is (78,16,74). Sum of RGB (Red+Green+Blue) = 78+16+74=168 (22% of max value = 765). Red value is 78 (30.86% from 255 or 46.43% from 168); Green value is 16 (6.64% from 255 or 9.52% from 168); Blue value is 74 (29.30% from 255 or 44.05% from 168); Max value from RGB is 78 - color contains mainly: red. Hex color #4E104A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E104A is #B1EFB5. Grayscale: #282828. Windows color (decimal): -11661238 or 4853838. OLE color: 4853838.
HSL color Cylindrical-coordinate representation of color #4E104A: hue angle of 303.87º degrees, saturation: 0.66, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4E104A is Cyan = 0, Magento = 0.79, Yellow = 0.05 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 16 | 74 | - |
| CMYK | 0 | 0.79 | 0.05 | 0.69 |
| HSL | 303.87º | 0.66% | 0.18% | - |
| HSV(B) | 303.87º | 0.79% | 0.31% | - |
| XYZ | 4.56 | 2.48 | 6.72 | - |
| YUV | 41.15 | 146.54 | 154.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 16 | 74 | 0 | 0.79 | 0.05 | 0.69 | 303.87 | 0.66 | 0.18 |
| Hex | 4E | 10 | 4A | 0 | 4F | 5 | 45 | 130 | 42 | 12 |
| Octal | 116 | 20 | 112 | 0 | 117 | 5 | 105 | 460 | 102 | 22 |
| Binary | 1001110 | 10000 | 1001010 | 0 | 1001111 | 101 | 1000101 | 100110000 | 1000010 | 10010 |
Color Harmonies of #4E104A
Complementary color
Monochromatic Colors of #4E104A
Black with #4E104A
Text Example
Text Example
White with #4E104A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E104A; }
p { color: rgb(78,16,74); }
H1.HeaderClassName
{
color: #4E104A;
}
.AnyTagClassName
{
color: #4E104A;
}
</style>
background-color css
<style>
a { background-color: #4E104A; }
a { background-color: rgb(78,16,74); }
div.DivClassName
{
background-color: #4E104A;
}
.BgClassName
{
background-color: #4E104A;
}
</style>
border-color css
<style>
span { border-color: #4E104A; }
span { border-color: rgb(78,16,74); }
td.TdClassName
{
border-color: #4E104A;
}
.TagClassName
{
border-color: #4E104A;
}
</style>