Shades of Hot Purple #4C0257
Tints of Hot Purple #4C0257
RGB
CMYK
RGB Variations
Color information
#4C0257 (or 0x4C0257) is known color: Hot Purple. HEX triplet: 4C, 02 and 57. RGB value is (76,2,87). Sum of RGB (Red+Green+Blue) = 76+2+87=165 (21% of max value = 765). Red value is 76 (30.08% from 255 or 46.06% from 165); Green value is 2 (1.17% from 255 or 1.21% from 165); Blue value is 87 (34.38% from 255 or 52.73% from 165); Max value from RGB is 87 - color contains mainly: blue. Hex color #4C0257 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C0257 is #B3FDA8. Grayscale: #212121. Windows color (decimal): -11795881 or 5702220. OLE color: 5702220.
HSL color Cylindrical-coordinate representation of color #4C0257: hue angle of 292.24º degrees, saturation: 0.96, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4C0257 is Cyan = 0.13, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 76 | 2 | 87 | - |
| CMYK | 0.13 | 0.98 | 0 | 0.66 |
| HSL | 292.24º | 0.96% | 0.17% | - |
| HSV(B) | 292.24º | 0.98% | 0.34% | - |
| XYZ | 4.72 | 2.27 | 9.21 | - |
| YUV | 33.82 | 158.02 | 158.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 2 | 87 | 0.13 | 0.98 | 0 | 0.66 | 292.24 | 0.96 | 0.17 |
| Hex | 4C | 2 | 57 | D | 62 | 0 | 42 | 124 | 60 | 11 |
| Octal | 114 | 2 | 127 | 15 | 142 | 0 | 102 | 444 | 140 | 21 |
| Binary | 1001100 | 10 | 1010111 | 1101 | 1100010 | 0 | 1000010 | 100100100 | 1100000 | 10001 |
Color Harmonies of #4C0257
Complementary color
Monochromatic Colors of #4C0257
Black with #4C0257
Text Example
Text Example
White with #4C0257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C0257; }
p { color: rgb(76,2,87); }
H1.HeaderClassName
{
color: #4C0257;
}
.AnyTagClassName
{
color: #4C0257;
}
</style>
background-color css
<style>
a { background-color: #4C0257; }
a { background-color: rgb(76,2,87); }
div.DivClassName
{
background-color: #4C0257;
}
.BgClassName
{
background-color: #4C0257;
}
</style>
border-color css
<style>
span { border-color: #4C0257; }
span { border-color: rgb(76,2,87); }
td.TdClassName
{
border-color: #4C0257;
}
.TagClassName
{
border-color: #4C0257;
}
</style>