Shades of Hot Purple #4C065A
Tints of Hot Purple #4C065A
RGB
CMYK
RGB Variations
Color information
#4C065A (or 0x4C065A) is known color: Hot Purple. HEX triplet: 4C, 06 and 5A. RGB value is (76,6,90). Sum of RGB (Red+Green+Blue) = 76+6+90=172 (22% of max value = 765). Red value is 76 (30.08% from 255 or 44.19% from 172); Green value is 6 (2.73% from 255 or 3.49% from 172); Blue value is 90 (35.55% from 255 or 52.33% from 172); Max value from RGB is 90 - color contains mainly: blue. Hex color #4C065A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C065A is #B3F9A5. Grayscale: #242424. Windows color (decimal): -11794854 or 5899852. OLE color: 5899852.
HSL color Cylindrical-coordinate representation of color #4C065A: hue angle of 290º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4C065A is Cyan = 0.16, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 76 | 6 | 90 | - |
| CMYK | 0.16 | 0.93 | 0 | 0.65 |
| HSL | 290º | 0.88% | 0.19% | - |
| HSV(B) | 290º | 0.93% | 0.35% | - |
| XYZ | 4.89 | 2.4 | 9.88 | - |
| YUV | 36.51 | 158.19 | 156.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 6 | 90 | 0.16 | 0.93 | 0 | 0.65 | 290 | 0.88 | 0.19 |
| Hex | 4C | 6 | 5A | 10 | 5D | 0 | 41 | 122 | 58 | 13 |
| Octal | 114 | 6 | 132 | 20 | 135 | 0 | 101 | 442 | 130 | 23 |
| Binary | 1001100 | 110 | 1011010 | 10000 | 1011101 | 0 | 1000001 | 100100010 | 1011000 | 10011 |
Color Harmonies of #4C065A
Complementary color
Monochromatic Colors of #4C065A
Black with #4C065A
Text Example
Text Example
White with #4C065A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C065A; }
p { color: rgb(76,6,90); }
H1.HeaderClassName
{
color: #4C065A;
}
.AnyTagClassName
{
color: #4C065A;
}
</style>
background-color css
<style>
a { background-color: #4C065A; }
a { background-color: rgb(76,6,90); }
div.DivClassName
{
background-color: #4C065A;
}
.BgClassName
{
background-color: #4C065A;
}
</style>
border-color css
<style>
span { border-color: #4C065A; }
span { border-color: rgb(76,6,90); }
td.TdClassName
{
border-color: #4C065A;
}
.TagClassName
{
border-color: #4C065A;
}
</style>