Shades of Hot Purple #4C2755
Tints of Hot Purple #4C2755
RGB
CMYK
RGB Variations
Color information
#4C2755 (or 0x4C2755) is known color: Hot Purple. HEX triplet: 4C, 27 and 55. RGB value is (76,39,85). Sum of RGB (Red+Green+Blue) = 76+39+85=200 (26% of max value = 765). Red value is 76 (30.08% from 255 or 38% from 200); Green value is 39 (15.62% from 255 or 19.5% from 200); Blue value is 85 (33.59% from 255 or 42.5% from 200); Max value from RGB is 85 - color contains mainly: blue. Hex color #4C2755 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C2755 is #B3D8AA. Grayscale: #373737. Windows color (decimal): -11786411 or 5580620. OLE color: 5580620.
HSL color Cylindrical-coordinate representation of color #4C2755: hue angle of 288.26º degrees, saturation: 0.37, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4C2755 is Cyan = 0.11, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 76 | 39 | 85 | - |
| CMYK | 0.11 | 0.54 | 0 | 0.67 |
| HSL | 288.26º | 0.37% | 0.24% | - |
| HSV(B) | 288.26º | 0.54% | 0.33% | - |
| XYZ | 5.35 | 3.64 | 9.02 | - |
| YUV | 55.31 | 144.76 | 142.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 39 | 85 | 0.11 | 0.54 | 0 | 0.67 | 288.26 | 0.37 | 0.24 |
| Hex | 4C | 27 | 55 | B | 36 | 0 | 43 | 120 | 25 | 18 |
| Octal | 114 | 47 | 125 | 13 | 66 | 0 | 103 | 440 | 45 | 30 |
| Binary | 1001100 | 100111 | 1010101 | 1011 | 110110 | 0 | 1000011 | 100100000 | 100101 | 11000 |
Color Harmonies of #4C2755
Complementary color
Monochromatic Colors of #4C2755
Black with #4C2755
Text Example
Text Example
White with #4C2755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C2755; }
p { color: rgb(76,39,85); }
H1.HeaderClassName
{
color: #4C2755;
}
.AnyTagClassName
{
color: #4C2755;
}
</style>
background-color css
<style>
a { background-color: #4C2755; }
a { background-color: rgb(76,39,85); }
div.DivClassName
{
background-color: #4C2755;
}
.BgClassName
{
background-color: #4C2755;
}
</style>
border-color css
<style>
span { border-color: #4C2755; }
span { border-color: rgb(76,39,85); }
td.TdClassName
{
border-color: #4C2755;
}
.TagClassName
{
border-color: #4C2755;
}
</style>