Shades of Hot Purple #4C035A
Tints of Hot Purple #4C035A
RGB
CMYK
RGB Variations
Color information
#4C035A (or 0x4C035A) is known color: Hot Purple. HEX triplet: 4C, 03 and 5A. RGB value is (76,3,90). Sum of RGB (Red+Green+Blue) = 76+3+90=169 (22% of max value = 765). Red value is 76 (30.08% from 255 or 44.97% from 169); Green value is 3 (1.56% from 255 or 1.78% from 169); Blue value is 90 (35.55% from 255 or 53.25% from 169); Max value from RGB is 90 - color contains mainly: blue. Hex color #4C035A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C035A is #B3FCA5. Grayscale: #222222. Windows color (decimal): -11795622 or 5899084. OLE color: 5899084.
HSL color Cylindrical-coordinate representation of color #4C035A: hue angle of 290.34º degrees, saturation: 0.94, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4C035A is Cyan = 0.16, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 76 | 3 | 90 | - |
| CMYK | 0.16 | 0.97 | 0 | 0.65 |
| HSL | 290.34º | 0.94% | 0.18% | - |
| HSV(B) | 290.34º | 0.97% | 0.35% | - |
| XYZ | 4.86 | 2.34 | 9.87 | - |
| YUV | 34.75 | 159.18 | 157.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 3 | 90 | 0.16 | 0.97 | 0 | 0.65 | 290.34 | 0.94 | 0.18 |
| Hex | 4C | 3 | 5A | 10 | 61 | 0 | 41 | 122 | 5E | 12 |
| Octal | 114 | 3 | 132 | 20 | 141 | 0 | 101 | 442 | 136 | 22 |
| Binary | 1001100 | 11 | 1011010 | 10000 | 1100001 | 0 | 1000001 | 100100010 | 1011110 | 10010 |
Color Harmonies of #4C035A
Complementary color
Monochromatic Colors of #4C035A
Black with #4C035A
Text Example
Text Example
White with #4C035A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C035A; }
p { color: rgb(76,3,90); }
H1.HeaderClassName
{
color: #4C035A;
}
.AnyTagClassName
{
color: #4C035A;
}
</style>
background-color css
<style>
a { background-color: #4C035A; }
a { background-color: rgb(76,3,90); }
div.DivClassName
{
background-color: #4C035A;
}
.BgClassName
{
background-color: #4C035A;
}
</style>
border-color css
<style>
span { border-color: #4C035A; }
span { border-color: rgb(76,3,90); }
td.TdClassName
{
border-color: #4C035A;
}
.TagClassName
{
border-color: #4C035A;
}
</style>