Shades of Hot Purple #4A054F
Tints of Hot Purple #4A054F
RGB
CMYK
RGB Variations
Color information
#4A054F (or 0x4A054F) is known color: Hot Purple. HEX triplet: 4A, 05 and 4F. RGB value is (74,5,79). Sum of RGB (Red+Green+Blue) = 74+5+79=158 (20% of max value = 765). Red value is 74 (29.30% from 255 or 46.84% from 158); Green value is 5 (2.34% from 255 or 3.16% from 158); Blue value is 79 (31.25% from 255 or 50% from 158); Max value from RGB is 79 - color contains mainly: blue. Hex color #4A054F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A054F is #B5FAB0. Grayscale: #212121. Windows color (decimal): -11926193 or 5178698. OLE color: 5178698.
HSL color Cylindrical-coordinate representation of color #4A054F: hue angle of 295.95º 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 #4A054F is Cyan = 0.06, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 74 | 5 | 79 | - |
| CMYK | 0.06 | 0.94 | 0 | 0.69 |
| HSL | 295.95º | 0.88% | 0.16% | - |
| HSV(B) | 295.95º | 0.94% | 0.31% | - |
| XYZ | 4.29 | 2.13 | 7.58 | - |
| YUV | 34.07 | 153.36 | 156.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 5 | 79 | 0.06 | 0.94 | 0 | 0.69 | 295.95 | 0.88 | 0.16 |
| Hex | 4A | 5 | 4F | 6 | 5E | 0 | 45 | 128 | 58 | 10 |
| Octal | 112 | 5 | 117 | 6 | 136 | 0 | 105 | 450 | 130 | 20 |
| Binary | 1001010 | 101 | 1001111 | 110 | 1011110 | 0 | 1000101 | 100101000 | 1011000 | 10000 |
Color Harmonies of #4A054F
Complementary color
Monochromatic Colors of #4A054F
Black with #4A054F
Text Example
Text Example
White with #4A054F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A054F; }
p { color: rgb(74,5,79); }
H1.HeaderClassName
{
color: #4A054F;
}
.AnyTagClassName
{
color: #4A054F;
}
</style>
background-color css
<style>
a { background-color: #4A054F; }
a { background-color: rgb(74,5,79); }
div.DivClassName
{
background-color: #4A054F;
}
.BgClassName
{
background-color: #4A054F;
}
</style>
border-color css
<style>
span { border-color: #4A054F; }
span { border-color: rgb(74,5,79); }
td.TdClassName
{
border-color: #4A054F;
}
.TagClassName
{
border-color: #4A054F;
}
</style>