Shades of Hot Purple #4C3352
Tints of Hot Purple #4C3352
RGB
CMYK
RGB Variations
Color information
#4C3352 (or 0x4C3352) is known color: Hot Purple. HEX triplet: 4C, 33 and 52. RGB value is (76,51,82). Sum of RGB (Red+Green+Blue) = 76+51+82=209 (27% of max value = 765). Red value is 76 (30.08% from 255 or 36.36% from 209); Green value is 51 (20.31% from 255 or 24.40% from 209); Blue value is 82 (32.42% from 255 or 39.23% from 209); Max value from RGB is 82 - color contains mainly: blue. Hex color #4C3352 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C3352 is #B3CCAD. Grayscale: #3D3D3D. Windows color (decimal): -11783342 or 5387084. OLE color: 5387084.
HSL color Cylindrical-coordinate representation of color #4C3352: hue angle of 288.39º degrees, saturation: 0.23, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4C3352 is Cyan = 0.07, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 76 | 51 | 82 | - |
| CMYK | 0.07 | 0.38 | 0 | 0.68 |
| HSL | 288.39º | 0.23% | 0.26% | - |
| HSV(B) | 288.39º | 0.38% | 0.32% | - |
| XYZ | 5.69 | 4.51 | 8.55 | - |
| YUV | 62.01 | 139.28 | 137.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 51 | 82 | 0.07 | 0.38 | 0 | 0.68 | 288.39 | 0.23 | 0.26 |
| Hex | 4C | 33 | 52 | 7 | 26 | 0 | 44 | 120 | 17 | 1A |
| Octal | 114 | 63 | 122 | 7 | 46 | 0 | 104 | 440 | 27 | 32 |
| Binary | 1001100 | 110011 | 1010010 | 111 | 100110 | 0 | 1000100 | 100100000 | 10111 | 11010 |
Color Harmonies of #4C3352
Complementary color
Monochromatic Colors of #4C3352
Black with #4C3352
Text Example
Text Example
White with #4C3352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C3352; }
p { color: rgb(76,51,82); }
H1.HeaderClassName
{
color: #4C3352;
}
.AnyTagClassName
{
color: #4C3352;
}
</style>
background-color css
<style>
a { background-color: #4C3352; }
a { background-color: rgb(76,51,82); }
div.DivClassName
{
background-color: #4C3352;
}
.BgClassName
{
background-color: #4C3352;
}
</style>
border-color css
<style>
span { border-color: #4C3352; }
span { border-color: rgb(76,51,82); }
td.TdClassName
{
border-color: #4C3352;
}
.TagClassName
{
border-color: #4C3352;
}
</style>