Shades of Hot Purple #4C344E
Tints of Hot Purple #4C344E
RGB
CMYK
RGB Variations
Color information
#4C344E (or 0x4C344E) is known color: Hot Purple. HEX triplet: 4C, 34 and 4E. RGB value is (76,52,78). Sum of RGB (Red+Green+Blue) = 76+52+78=206 (27% of max value = 765). Red value is 76 (30.08% from 255 or 36.89% from 206); Green value is 52 (20.70% from 255 or 25.24% from 206); Blue value is 78 (30.86% from 255 or 37.86% from 206); Max value from RGB is 78 - color contains mainly: blue. Hex color #4C344E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C344E is #B3CBB1. Grayscale: #3E3E3E. Windows color (decimal): -11783090 or 5125196. OLE color: 5125196.
HSL color Cylindrical-coordinate representation of color #4C344E: hue angle of 295.38º degrees, saturation: 0.2, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #4C344E is Cyan = 0.03, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 76 | 52 | 78 | - |
| CMYK | 0.03 | 0.33 | 0 | 0.69 |
| HSL | 295.38º | 0.2% | 0.25% | - |
| HSV(B) | 295.38º | 0.33% | 0.31% | - |
| XYZ | 5.58 | 4.54 | 7.79 | - |
| YUV | 62.14 | 136.95 | 137.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 52 | 78 | 0.03 | 0.33 | 0 | 0.69 | 295.38 | 0.2 | 0.25 |
| Hex | 4C | 34 | 4E | 3 | 21 | 0 | 45 | 127 | 14 | 19 |
| Octal | 114 | 64 | 116 | 3 | 41 | 0 | 105 | 447 | 24 | 31 |
| Binary | 1001100 | 110100 | 1001110 | 11 | 100001 | 0 | 1000101 | 100100111 | 10100 | 11001 |
Color Harmonies of #4C344E
Complementary color
Monochromatic Colors of #4C344E
Black with #4C344E
Text Example
Text Example
White with #4C344E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C344E; }
p { color: rgb(76,52,78); }
H1.HeaderClassName
{
color: #4C344E;
}
.AnyTagClassName
{
color: #4C344E;
}
</style>
background-color css
<style>
a { background-color: #4C344E; }
a { background-color: rgb(76,52,78); }
div.DivClassName
{
background-color: #4C344E;
}
.BgClassName
{
background-color: #4C344E;
}
</style>
border-color css
<style>
span { border-color: #4C344E; }
span { border-color: rgb(76,52,78); }
td.TdClassName
{
border-color: #4C344E;
}
.TagClassName
{
border-color: #4C344E;
}
</style>