Shades of Hot Purple #4C1258
Tints of Hot Purple #4C1258
RGB
CMYK
RGB Variations
Color information
#4C1258 (or 0x4C1258) is known color: Hot Purple. HEX triplet: 4C, 12 and 58. RGB value is (76,18,88). Sum of RGB (Red+Green+Blue) = 76+18+88=182 (24% of max value = 765). Red value is 76 (30.08% from 255 or 41.76% from 182); Green value is 18 (7.42% from 255 or 9.89% from 182); Blue value is 88 (34.77% from 255 or 48.35% from 182); Max value from RGB is 88 - color contains mainly: blue. Hex color #4C1258 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C1258 is #B3EDA7. Grayscale: #2B2B2B. Windows color (decimal): -11791784 or 5771852. OLE color: 5771852.
HSL color Cylindrical-coordinate representation of color #4C1258: hue angle of 289.71º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4C1258 is Cyan = 0.14, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 76 | 18 | 88 | - |
| CMYK | 0.14 | 0.80 | 0 | 0.65 |
| HSL | 289.71º | 0.66% | 0.21% | - |
| HSV(B) | 289.71º | 0.8% | 0.35% | - |
| XYZ | 4.96 | 2.67 | 9.49 | - |
| YUV | 43.32 | 153.22 | 151.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 18 | 88 | 0.14 | 0.80 | 0 | 0.65 | 289.71 | 0.66 | 0.21 |
| Hex | 4C | 12 | 58 | E | 50 | 0 | 41 | 122 | 42 | 15 |
| Octal | 114 | 22 | 130 | 16 | 120 | 0 | 101 | 442 | 102 | 25 |
| Binary | 1001100 | 10010 | 1011000 | 1110 | 1010000 | 0 | 1000001 | 100100010 | 1000010 | 10101 |
Color Harmonies of #4C1258
Complementary color
Monochromatic Colors of #4C1258
Black with #4C1258
Text Example
Text Example
White with #4C1258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C1258; }
p { color: rgb(76,18,88); }
H1.HeaderClassName
{
color: #4C1258;
}
.AnyTagClassName
{
color: #4C1258;
}
</style>
background-color css
<style>
a { background-color: #4C1258; }
a { background-color: rgb(76,18,88); }
div.DivClassName
{
background-color: #4C1258;
}
.BgClassName
{
background-color: #4C1258;
}
</style>
border-color css
<style>
span { border-color: #4C1258; }
span { border-color: rgb(76,18,88); }
td.TdClassName
{
border-color: #4C1258;
}
.TagClassName
{
border-color: #4C1258;
}
</style>