Shades of Hot Purple #4C0155
Tints of Hot Purple #4C0155
RGB
CMYK
RGB Variations
Color information
#4C0155 (or 0x4C0155) is known color: Hot Purple. HEX triplet: 4C, 01 and 55. RGB value is (76,1,85). Sum of RGB (Red+Green+Blue) = 76+1+85=162 (21% of max value = 765). Red value is 76 (30.08% from 255 or 46.91% from 162); Green value is 1 (0.78% from 255 or 0.62% from 162); Blue value is 85 (33.59% from 255 or 52.47% from 162); Max value from RGB is 85 - color contains mainly: blue. Hex color #4C0155 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C0155 is #B3FEAA. Grayscale: #202020. Windows color (decimal): -11796139 or 5570892. OLE color: 5570892.
HSL color Cylindrical-coordinate representation of color #4C0155: hue angle of 293.57º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4C0155 is Cyan = 0.11, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 76 | 1 | 85 | - |
| CMYK | 0.11 | 0.99 | 0 | 0.67 |
| HSL | 293.57º | 0.98% | 0.17% | - |
| HSV(B) | 293.57º | 0.99% | 0.33% | - |
| XYZ | 4.63 | 2.21 | 8.78 | - |
| YUV | 33 | 157.35 | 158.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 1 | 85 | 0.11 | 0.99 | 0 | 0.67 | 293.57 | 0.98 | 0.17 |
| Hex | 4C | 1 | 55 | B | 63 | 0 | 43 | 126 | 62 | 11 |
| Octal | 114 | 1 | 125 | 13 | 143 | 0 | 103 | 446 | 142 | 21 |
| Binary | 1001100 | 1 | 1010101 | 1011 | 1100011 | 0 | 1000011 | 100100110 | 1100010 | 10001 |
Color Harmonies of #4C0155
Complementary color
Monochromatic Colors of #4C0155
Black with #4C0155
Text Example
Text Example
White with #4C0155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C0155; }
p { color: rgb(76,1,85); }
H1.HeaderClassName
{
color: #4C0155;
}
.AnyTagClassName
{
color: #4C0155;
}
</style>
background-color css
<style>
a { background-color: #4C0155; }
a { background-color: rgb(76,1,85); }
div.DivClassName
{
background-color: #4C0155;
}
.BgClassName
{
background-color: #4C0155;
}
</style>
border-color css
<style>
span { border-color: #4C0155; }
span { border-color: rgb(76,1,85); }
td.TdClassName
{
border-color: #4C0155;
}
.TagClassName
{
border-color: #4C0155;
}
</style>