Shades of Hot Purple #4C134E
Tints of Hot Purple #4C134E
RGB
CMYK
RGB Variations
Color information
#4C134E (or 0x4C134E) is known color: Hot Purple. HEX triplet: 4C, 13 and 4E. RGB value is (76,19,78). Sum of RGB (Red+Green+Blue) = 76+19+78=173 (22% of max value = 765). Red value is 76 (30.08% from 255 or 43.93% from 173); Green value is 19 (7.81% from 255 or 10.98% from 173); Blue value is 78 (30.86% from 255 or 45.09% from 173); Max value from RGB is 78 - color contains mainly: blue. Hex color #4C134E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C134E is #B3ECB1. Grayscale: #2A2A2A. Windows color (decimal): -11791538 or 5116748. OLE color: 5116748.
HSL color Cylindrical-coordinate representation of color #4C134E: hue angle of 297.97º degrees, saturation: 0.61, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4C134E is Cyan = 0.03, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 76 | 19 | 78 | - |
| CMYK | 0.03 | 0.76 | 0 | 0.69 |
| HSL | 297.97º | 0.61% | 0.19% | - |
| HSV(B) | 297.97º | 0.76% | 0.31% | - |
| XYZ | 4.59 | 2.55 | 7.46 | - |
| YUV | 42.77 | 147.88 | 151.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 19 | 78 | 0.03 | 0.76 | 0 | 0.69 | 297.97 | 0.61 | 0.19 |
| Hex | 4C | 13 | 4E | 3 | 4C | 0 | 45 | 12A | 3D | 13 |
| Octal | 114 | 23 | 116 | 3 | 114 | 0 | 105 | 452 | 75 | 23 |
| Binary | 1001100 | 10011 | 1001110 | 11 | 1001100 | 0 | 1000101 | 100101010 | 111101 | 10011 |
Color Harmonies of #4C134E
Complementary color
Monochromatic Colors of #4C134E
Black with #4C134E
Text Example
Text Example
White with #4C134E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C134E; }
p { color: rgb(76,19,78); }
H1.HeaderClassName
{
color: #4C134E;
}
.AnyTagClassName
{
color: #4C134E;
}
</style>
background-color css
<style>
a { background-color: #4C134E; }
a { background-color: rgb(76,19,78); }
div.DivClassName
{
background-color: #4C134E;
}
.BgClassName
{
background-color: #4C134E;
}
</style>
border-color css
<style>
span { border-color: #4C134E; }
span { border-color: rgb(76,19,78); }
td.TdClassName
{
border-color: #4C134E;
}
.TagClassName
{
border-color: #4C134E;
}
</style>