Shades of Hot Purple #4C0752
Tints of Hot Purple #4C0752
RGB
CMYK
RGB Variations
Color information
#4C0752 (or 0x4C0752) is known color: Hot Purple. HEX triplet: 4C, 07 and 52. RGB value is (76,7,82). Sum of RGB (Red+Green+Blue) = 76+7+82=165 (21% of max value = 765). Red value is 76 (30.08% from 255 or 46.06% from 165); Green value is 7 (3.12% from 255 or 4.24% from 165); Blue value is 82 (32.42% from 255 or 49.70% from 165); Max value from RGB is 82 - color contains mainly: blue. Hex color #4C0752 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C0752 is #B3F8AD. Grayscale: #232323. Windows color (decimal): -11794606 or 5375820. OLE color: 5375820.
HSL color Cylindrical-coordinate representation of color #4C0752: hue angle of 295.2º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4C0752 is Cyan = 0.07, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 76 | 7 | 82 | - |
| CMYK | 0.07 | 0.91 | 0 | 0.68 |
| HSL | 295.2º | 0.84% | 0.17% | - |
| HSV(B) | 295.2º | 0.91% | 0.32% | - |
| XYZ | 4.58 | 2.3 | 8.18 | - |
| YUV | 36.18 | 153.86 | 156.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 7 | 82 | 0.07 | 0.91 | 0 | 0.68 | 295.2 | 0.84 | 0.17 |
| Hex | 4C | 7 | 52 | 7 | 5B | 0 | 44 | 127 | 54 | 11 |
| Octal | 114 | 7 | 122 | 7 | 133 | 0 | 104 | 447 | 124 | 21 |
| Binary | 1001100 | 111 | 1010010 | 111 | 1011011 | 0 | 1000100 | 100100111 | 1010100 | 10001 |
Color Harmonies of #4C0752
Complementary color
Monochromatic Colors of #4C0752
Black with #4C0752
Text Example
Text Example
White with #4C0752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C0752; }
p { color: rgb(76,7,82); }
H1.HeaderClassName
{
color: #4C0752;
}
.AnyTagClassName
{
color: #4C0752;
}
</style>
background-color css
<style>
a { background-color: #4C0752; }
a { background-color: rgb(76,7,82); }
div.DivClassName
{
background-color: #4C0752;
}
.BgClassName
{
background-color: #4C0752;
}
</style>
border-color css
<style>
span { border-color: #4C0752; }
span { border-color: rgb(76,7,82); }
td.TdClassName
{
border-color: #4C0752;
}
.TagClassName
{
border-color: #4C0752;
}
</style>