Shades of Hot Purple #4C0457
Tints of Hot Purple #4C0457
RGB
CMYK
RGB Variations
Color information
#4C0457 (or 0x4C0457) is known color: Hot Purple. HEX triplet: 4C, 04 and 57. RGB value is (76,4,87). Sum of RGB (Red+Green+Blue) = 76+4+87=167 (22% of max value = 765). Red value is 76 (30.08% from 255 or 45.51% from 167); Green value is 4 (1.95% from 255 or 2.40% from 167); Blue value is 87 (34.38% from 255 or 52.10% from 167); Max value from RGB is 87 - color contains mainly: blue. Hex color #4C0457 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C0457 is #B3FBA8. Grayscale: #222222. Windows color (decimal): -11795369 or 5702732. OLE color: 5702732.
HSL color Cylindrical-coordinate representation of color #4C0457: hue angle of 292.05º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4C0457 is Cyan = 0.13, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 76 | 4 | 87 | - |
| CMYK | 0.13 | 0.95 | 0 | 0.66 |
| HSL | 292.05º | 0.91% | 0.18% | - |
| HSV(B) | 292.05º | 0.95% | 0.34% | - |
| XYZ | 4.74 | 2.31 | 9.21 | - |
| YUV | 34.99 | 157.35 | 157.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 4 | 87 | 0.13 | 0.95 | 0 | 0.66 | 292.05 | 0.91 | 0.18 |
| Hex | 4C | 4 | 57 | D | 5F | 0 | 42 | 124 | 5B | 12 |
| Octal | 114 | 4 | 127 | 15 | 137 | 0 | 102 | 444 | 133 | 22 |
| Binary | 1001100 | 100 | 1010111 | 1101 | 1011111 | 0 | 1000010 | 100100100 | 1011011 | 10010 |
Color Harmonies of #4C0457
Complementary color
Monochromatic Colors of #4C0457
Black with #4C0457
Text Example
Text Example
White with #4C0457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C0457; }
p { color: rgb(76,4,87); }
H1.HeaderClassName
{
color: #4C0457;
}
.AnyTagClassName
{
color: #4C0457;
}
</style>
background-color css
<style>
a { background-color: #4C0457; }
a { background-color: rgb(76,4,87); }
div.DivClassName
{
background-color: #4C0457;
}
.BgClassName
{
background-color: #4C0457;
}
</style>
border-color css
<style>
span { border-color: #4C0457; }
span { border-color: rgb(76,4,87); }
td.TdClassName
{
border-color: #4C0457;
}
.TagClassName
{
border-color: #4C0457;
}
</style>