Shades of Hot Purple #4A0E54
Tints of Hot Purple #4A0E54
RGB
CMYK
RGB Variations
Color information
#4A0E54 (or 0x4A0E54) is known color: Hot Purple. HEX triplet: 4A, 0E and 54. RGB value is (74,14,84). Sum of RGB (Red+Green+Blue) = 74+14+84=172 (22% of max value = 765). Red value is 74 (29.30% from 255 or 43.02% from 172); Green value is 14 (5.86% from 255 or 8.14% from 172); Blue value is 84 (33.20% from 255 or 48.84% from 172); Max value from RGB is 84 - color contains mainly: blue. Hex color #4A0E54 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A0E54 is #B5F1AB. Grayscale: #272727. Windows color (decimal): -11923884 or 5508682. OLE color: 5508682.
HSL color Cylindrical-coordinate representation of color #4A0E54: hue angle of 291.43º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4A0E54 is Cyan = 0.12, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 74 | 14 | 84 | - |
| CMYK | 0.12 | 0.83 | 0 | 0.67 |
| HSL | 291.43º | 0.71% | 0.19% | - |
| HSV(B) | 291.43º | 0.83% | 0.33% | - |
| XYZ | 4.58 | 2.41 | 8.61 | - |
| YUV | 39.92 | 152.88 | 152.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 14 | 84 | 0.12 | 0.83 | 0 | 0.67 | 291.43 | 0.71 | 0.19 |
| Hex | 4A | E | 54 | C | 53 | 0 | 43 | 123 | 47 | 13 |
| Octal | 112 | 16 | 124 | 14 | 123 | 0 | 103 | 443 | 107 | 23 |
| Binary | 1001010 | 1110 | 1010100 | 1100 | 1010011 | 0 | 1000011 | 100100011 | 1000111 | 10011 |
Color Harmonies of #4A0E54
Complementary color
Monochromatic Colors of #4A0E54
Black with #4A0E54
Text Example
Text Example
White with #4A0E54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A0E54; }
p { color: rgb(74,14,84); }
H1.HeaderClassName
{
color: #4A0E54;
}
.AnyTagClassName
{
color: #4A0E54;
}
</style>
background-color css
<style>
a { background-color: #4A0E54; }
a { background-color: rgb(74,14,84); }
div.DivClassName
{
background-color: #4A0E54;
}
.BgClassName
{
background-color: #4A0E54;
}
</style>
border-color css
<style>
span { border-color: #4A0E54; }
span { border-color: rgb(74,14,84); }
td.TdClassName
{
border-color: #4A0E54;
}
.TagClassName
{
border-color: #4A0E54;
}
</style>