Shades of Hot Purple #4A1057
Tints of Hot Purple #4A1057
RGB
CMYK
RGB Variations
Color information
#4A1057 (or 0x4A1057) is known color: Hot Purple. HEX triplet: 4A, 10 and 57. RGB value is (74,16,87). Sum of RGB (Red+Green+Blue) = 74+16+87=177 (23% of max value = 765). Red value is 74 (29.30% from 255 or 41.81% from 177); Green value is 16 (6.64% from 255 or 9.04% from 177); Blue value is 87 (34.38% from 255 or 49.15% from 177); Max value from RGB is 87 - color contains mainly: blue. Hex color #4A1057 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A1057 is #B5EFA8. Grayscale: #292929. Windows color (decimal): -11923369 or 5705802. OLE color: 5705802.
HSL color Cylindrical-coordinate representation of color #4A1057: hue angle of 289.01º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4A1057 is Cyan = 0.15, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 74 | 16 | 87 | - |
| CMYK | 0.15 | 0.82 | 0 | 0.66 |
| HSL | 289.01º | 0.69% | 0.2% | - |
| HSV(B) | 289.01º | 0.82% | 0.34% | - |
| XYZ | 4.73 | 2.51 | 9.25 | - |
| YUV | 41.44 | 153.72 | 151.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 16 | 87 | 0.15 | 0.82 | 0 | 0.66 | 289.01 | 0.69 | 0.2 |
| Hex | 4A | 10 | 57 | F | 52 | 0 | 42 | 121 | 45 | 14 |
| Octal | 112 | 20 | 127 | 17 | 122 | 0 | 102 | 441 | 105 | 24 |
| Binary | 1001010 | 10000 | 1010111 | 1111 | 1010010 | 0 | 1000010 | 100100001 | 1000101 | 10100 |
Color Harmonies of #4A1057
Complementary color
Monochromatic Colors of #4A1057
Black with #4A1057
Text Example
Text Example
White with #4A1057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A1057; }
p { color: rgb(74,16,87); }
H1.HeaderClassName
{
color: #4A1057;
}
.AnyTagClassName
{
color: #4A1057;
}
</style>
background-color css
<style>
a { background-color: #4A1057; }
a { background-color: rgb(74,16,87); }
div.DivClassName
{
background-color: #4A1057;
}
.BgClassName
{
background-color: #4A1057;
}
</style>
border-color css
<style>
span { border-color: #4A1057; }
span { border-color: rgb(74,16,87); }
td.TdClassName
{
border-color: #4A1057;
}
.TagClassName
{
border-color: #4A1057;
}
</style>