Shades of Hot Purple #4A0557
Tints of Hot Purple #4A0557
RGB
CMYK
RGB Variations
Color information
#4A0557 (or 0x4A0557) is known color: Hot Purple. HEX triplet: 4A, 05 and 57. RGB value is (74,5,87). Sum of RGB (Red+Green+Blue) = 74+5+87=166 (21% of max value = 765). Red value is 74 (29.30% from 255 or 44.58% from 166); Green value is 5 (2.34% from 255 or 3.01% from 166); Blue value is 87 (34.38% from 255 or 52.41% from 166); Max value from RGB is 87 - color contains mainly: blue. Hex color #4A0557 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A0557 is #B5FAA8. Grayscale: #222222. Windows color (decimal): -11926185 or 5702986. OLE color: 5702986.
HSL color Cylindrical-coordinate representation of color #4A0557: hue angle of 290.49º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4A0557 is Cyan = 0.15, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 74 | 5 | 87 | - |
| CMYK | 0.15 | 0.94 | 0 | 0.66 |
| HSL | 290.49º | 0.89% | 0.18% | - |
| HSV(B) | 290.49º | 0.94% | 0.34% | - |
| XYZ | 4.6 | 2.25 | 9.21 | - |
| YUV | 34.98 | 157.36 | 155.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 5 | 87 | 0.15 | 0.94 | 0 | 0.66 | 290.49 | 0.89 | 0.18 |
| Hex | 4A | 5 | 57 | F | 5E | 0 | 42 | 122 | 59 | 12 |
| Octal | 112 | 5 | 127 | 17 | 136 | 0 | 102 | 442 | 131 | 22 |
| Binary | 1001010 | 101 | 1010111 | 1111 | 1011110 | 0 | 1000010 | 100100010 | 1011001 | 10010 |
Color Harmonies of #4A0557
Complementary color
Monochromatic Colors of #4A0557
Black with #4A0557
Text Example
Text Example
White with #4A0557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A0557; }
p { color: rgb(74,5,87); }
H1.HeaderClassName
{
color: #4A0557;
}
.AnyTagClassName
{
color: #4A0557;
}
</style>
background-color css
<style>
a { background-color: #4A0557; }
a { background-color: rgb(74,5,87); }
div.DivClassName
{
background-color: #4A0557;
}
.BgClassName
{
background-color: #4A0557;
}
</style>
border-color css
<style>
span { border-color: #4A0557; }
span { border-color: rgb(74,5,87); }
td.TdClassName
{
border-color: #4A0557;
}
.TagClassName
{
border-color: #4A0557;
}
</style>