Shades of Hot Purple #4C0D4D
Tints of Hot Purple #4C0D4D
RGB
CMYK
RGB Variations
Color information
#4C0D4D (or 0x4C0D4D) is known color: Hot Purple. HEX triplet: 4C, 0D and 4D. RGB value is (76,13,77). Sum of RGB (Red+Green+Blue) = 76+13+77=166 (21% of max value = 765). Red value is 76 (30.08% from 255 or 45.78% from 166); Green value is 13 (5.47% from 255 or 7.83% from 166); Blue value is 77 (30.47% from 255 or 46.39% from 166); Max value from RGB is 77 - color contains mainly: blue. Hex color #4C0D4D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C0D4D is #B3F2B2. Grayscale: #262626. Windows color (decimal): -11793075 or 5049676. OLE color: 5049676.
HSL color Cylindrical-coordinate representation of color #4C0D4D: hue angle of 299.06º degrees, saturation: 0.71, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4C0D4D is Cyan = 0.01, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 13 | 77 | - |
| CMYK | 0.01 | 0.83 | 0 | 0.70 |
| HSL | 299.06º | 0.71% | 0.18% | - |
| HSV(B) | 299.06º | 0.83% | 0.3% | - |
| XYZ | 4.46 | 2.36 | 7.24 | - |
| YUV | 39.13 | 149.37 | 154.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 13 | 77 | 0.01 | 0.83 | 0 | 0.70 | 299.06 | 0.71 | 0.18 |
| Hex | 4C | D | 4D | 1 | 53 | 0 | 46 | 12B | 47 | 12 |
| Octal | 114 | 15 | 115 | 1 | 123 | 0 | 106 | 453 | 107 | 22 |
| Binary | 1001100 | 1101 | 1001101 | 1 | 1010011 | 0 | 1000110 | 100101011 | 1000111 | 10010 |
Color Harmonies of #4C0D4D
Complementary color
Monochromatic Colors of #4C0D4D
Black with #4C0D4D
Text Example
Text Example
White with #4C0D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C0D4D; }
p { color: rgb(76,13,77); }
H1.HeaderClassName
{
color: #4C0D4D;
}
.AnyTagClassName
{
color: #4C0D4D;
}
</style>
background-color css
<style>
a { background-color: #4C0D4D; }
a { background-color: rgb(76,13,77); }
div.DivClassName
{
background-color: #4C0D4D;
}
.BgClassName
{
background-color: #4C0D4D;
}
</style>
border-color css
<style>
span { border-color: #4C0D4D; }
span { border-color: rgb(76,13,77); }
td.TdClassName
{
border-color: #4C0D4D;
}
.TagClassName
{
border-color: #4C0D4D;
}
</style>