Shades of Hot Purple #4A054E
Tints of Hot Purple #4A054E
RGB
CMYK
RGB Variations
Color information
#4A054E (or 0x4A054E) is known color: Hot Purple. HEX triplet: 4A, 05 and 4E. RGB value is (74,5,78). Sum of RGB (Red+Green+Blue) = 74+5+78=157 (20% of max value = 765). Red value is 74 (29.30% from 255 or 47.13% from 157); Green value is 5 (2.34% from 255 or 3.18% from 157); Blue value is 78 (30.86% from 255 or 49.68% from 157); Max value from RGB is 78 - color contains mainly: blue. Hex color #4A054E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A054E is #B5FAB1. Grayscale: #212121. Windows color (decimal): -11926194 or 5113162. OLE color: 5113162.
HSL color Cylindrical-coordinate representation of color #4A054E: hue angle of 296.71º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4A054E is Cyan = 0.05, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 74 | 5 | 78 | - |
| CMYK | 0.05 | 0.94 | 0 | 0.69 |
| HSL | 296.71º | 0.88% | 0.16% | - |
| HSV(B) | 296.71º | 0.94% | 0.31% | - |
| XYZ | 4.25 | 2.11 | 7.39 | - |
| YUV | 33.95 | 152.86 | 156.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 5 | 78 | 0.05 | 0.94 | 0 | 0.69 | 296.71 | 0.88 | 0.16 |
| Hex | 4A | 5 | 4E | 5 | 5E | 0 | 45 | 129 | 58 | 10 |
| Octal | 112 | 5 | 116 | 5 | 136 | 0 | 105 | 451 | 130 | 20 |
| Binary | 1001010 | 101 | 1001110 | 101 | 1011110 | 0 | 1000101 | 100101001 | 1011000 | 10000 |
Color Harmonies of #4A054E
Complementary color
Monochromatic Colors of #4A054E
Black with #4A054E
Text Example
Text Example
White with #4A054E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A054E; }
p { color: rgb(74,5,78); }
H1.HeaderClassName
{
color: #4A054E;
}
.AnyTagClassName
{
color: #4A054E;
}
</style>
background-color css
<style>
a { background-color: #4A054E; }
a { background-color: rgb(74,5,78); }
div.DivClassName
{
background-color: #4A054E;
}
.BgClassName
{
background-color: #4A054E;
}
</style>
border-color css
<style>
span { border-color: #4A054E; }
span { border-color: rgb(74,5,78); }
td.TdClassName
{
border-color: #4A054E;
}
.TagClassName
{
border-color: #4A054E;
}
</style>