Shades of Hot Purple #4C1856
Tints of Hot Purple #4C1856
RGB
CMYK
RGB Variations
Color information
#4C1856 (or 0x4C1856) is known color: Hot Purple. HEX triplet: 4C, 18 and 56. RGB value is (76,24,86). Sum of RGB (Red+Green+Blue) = 76+24+86=186 (24% of max value = 765). Red value is 76 (30.08% from 255 or 40.86% from 186); Green value is 24 (9.77% from 255 or 12.90% from 186); Blue value is 86 (33.98% from 255 or 46.24% from 186); Max value from RGB is 86 - color contains mainly: blue. Hex color #4C1856 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C1856 is #B3E7A9. Grayscale: #2E2E2E. Windows color (decimal): -11790250 or 5642316. OLE color: 5642316.
HSL color Cylindrical-coordinate representation of color #4C1856: hue angle of 290.32º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4C1856 is Cyan = 0.12, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 76 | 24 | 86 | - |
| CMYK | 0.12 | 0.72 | 0 | 0.66 |
| HSL | 290.32º | 0.56% | 0.22% | - |
| HSV(B) | 290.32º | 0.72% | 0.34% | - |
| XYZ | 4.99 | 2.86 | 9.09 | - |
| YUV | 46.62 | 150.23 | 148.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 24 | 86 | 0.12 | 0.72 | 0 | 0.66 | 290.32 | 0.56 | 0.22 |
| Hex | 4C | 18 | 56 | C | 48 | 0 | 42 | 122 | 38 | 16 |
| Octal | 114 | 30 | 126 | 14 | 110 | 0 | 102 | 442 | 70 | 26 |
| Binary | 1001100 | 11000 | 1010110 | 1100 | 1001000 | 0 | 1000010 | 100100010 | 111000 | 10110 |
Color Harmonies of #4C1856
Complementary color
Monochromatic Colors of #4C1856
Black with #4C1856
Text Example
Text Example
White with #4C1856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C1856; }
p { color: rgb(76,24,86); }
H1.HeaderClassName
{
color: #4C1856;
}
.AnyTagClassName
{
color: #4C1856;
}
</style>
background-color css
<style>
a { background-color: #4C1856; }
a { background-color: rgb(76,24,86); }
div.DivClassName
{
background-color: #4C1856;
}
.BgClassName
{
background-color: #4C1856;
}
</style>
border-color css
<style>
span { border-color: #4C1856; }
span { border-color: rgb(76,24,86); }
td.TdClassName
{
border-color: #4C1856;
}
.TagClassName
{
border-color: #4C1856;
}
</style>