Shades of Hot Purple #4C0852
Tints of Hot Purple #4C0852
RGB
CMYK
RGB Variations
Color information
#4C0852 (or 0x4C0852) is known color: Hot Purple. HEX triplet: 4C, 08 and 52. RGB value is (76,8,82). Sum of RGB (Red+Green+Blue) = 76+8+82=166 (21% of max value = 765). Red value is 76 (30.08% from 255 or 45.78% from 166); Green value is 8 (3.52% from 255 or 4.82% from 166); Blue value is 82 (32.42% from 255 or 49.40% from 166); Max value from RGB is 82 - color contains mainly: blue. Hex color #4C0852 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C0852 is #B3F7AD. Grayscale: #242424. Windows color (decimal): -11794350 or 5376076. OLE color: 5376076.
HSL color Cylindrical-coordinate representation of color #4C0852: hue angle of 295.14º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4C0852 is Cyan = 0.07, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 76 | 8 | 82 | - |
| CMYK | 0.07 | 0.90 | 0 | 0.68 |
| HSL | 295.14º | 0.82% | 0.18% | - |
| HSV(B) | 295.14º | 0.9% | 0.32% | - |
| XYZ | 4.59 | 2.32 | 8.19 | - |
| YUV | 36.77 | 153.53 | 155.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 8 | 82 | 0.07 | 0.90 | 0 | 0.68 | 295.14 | 0.82 | 0.18 |
| Hex | 4C | 8 | 52 | 7 | 5A | 0 | 44 | 127 | 52 | 12 |
| Octal | 114 | 10 | 122 | 7 | 132 | 0 | 104 | 447 | 122 | 22 |
| Binary | 1001100 | 1000 | 1010010 | 111 | 1011010 | 0 | 1000100 | 100100111 | 1010010 | 10010 |
Color Harmonies of #4C0852
Complementary color
Monochromatic Colors of #4C0852
Black with #4C0852
Text Example
Text Example
White with #4C0852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C0852; }
p { color: rgb(76,8,82); }
H1.HeaderClassName
{
color: #4C0852;
}
.AnyTagClassName
{
color: #4C0852;
}
</style>
background-color css
<style>
a { background-color: #4C0852; }
a { background-color: rgb(76,8,82); }
div.DivClassName
{
background-color: #4C0852;
}
.BgClassName
{
background-color: #4C0852;
}
</style>
border-color css
<style>
span { border-color: #4C0852; }
span { border-color: rgb(76,8,82); }
td.TdClassName
{
border-color: #4C0852;
}
.TagClassName
{
border-color: #4C0852;
}
</style>