Shades of Hot Purple #4C0353
Tints of Hot Purple #4C0353
RGB
CMYK
RGB Variations
Color information
#4C0353 (or 0x4C0353) is known color: Hot Purple. HEX triplet: 4C, 03 and 53. RGB value is (76,3,83). Sum of RGB (Red+Green+Blue) = 76+3+83=162 (21% of max value = 765). Red value is 76 (30.08% from 255 or 46.91% from 162); Green value is 3 (1.56% from 255 or 1.85% from 162); Blue value is 83 (32.81% from 255 or 51.23% from 162); Max value from RGB is 83 - color contains mainly: blue. Hex color #4C0353 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C0353 is #B3FCAC. Grayscale: #212121. Windows color (decimal): -11795629 or 5440332. OLE color: 5440332.
HSL color Cylindrical-coordinate representation of color #4C0353: hue angle of 294.75º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4C0353 is Cyan = 0.08, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 76 | 3 | 83 | - |
| CMYK | 0.08 | 0.96 | 0 | 0.67 |
| HSL | 294.75º | 0.93% | 0.17% | - |
| HSV(B) | 294.75º | 0.96% | 0.33% | - |
| XYZ | 4.57 | 2.23 | 8.37 | - |
| YUV | 33.95 | 155.68 | 158 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 3 | 83 | 0.08 | 0.96 | 0 | 0.67 | 294.75 | 0.93 | 0.17 |
| Hex | 4C | 3 | 53 | 8 | 60 | 0 | 43 | 127 | 5D | 11 |
| Octal | 114 | 3 | 123 | 10 | 140 | 0 | 103 | 447 | 135 | 21 |
| Binary | 1001100 | 11 | 1010011 | 1000 | 1100000 | 0 | 1000011 | 100100111 | 1011101 | 10001 |
Color Harmonies of #4C0353
Complementary color
Monochromatic Colors of #4C0353
Black with #4C0353
Text Example
Text Example
White with #4C0353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C0353; }
p { color: rgb(76,3,83); }
H1.HeaderClassName
{
color: #4C0353;
}
.AnyTagClassName
{
color: #4C0353;
}
</style>
background-color css
<style>
a { background-color: #4C0353; }
a { background-color: rgb(76,3,83); }
div.DivClassName
{
background-color: #4C0353;
}
.BgClassName
{
background-color: #4C0353;
}
</style>
border-color css
<style>
span { border-color: #4C0353; }
span { border-color: rgb(76,3,83); }
td.TdClassName
{
border-color: #4C0353;
}
.TagClassName
{
border-color: #4C0353;
}
</style>