Shades of Hot Purple #52165C
Tints of Hot Purple #52165C
RGB
CMYK
RGB Variations
Color information
#52165C (or 0x52165C) is known color: Hot Purple. HEX triplet: 52, 16 and 5C. RGB value is (82,22,92). Sum of RGB (Red+Green+Blue) = 82+22+92=196 (25% of max value = 765). Red value is 82 (32.42% from 255 or 41.84% from 196); Green value is 22 (8.98% from 255 or 11.22% from 196); Blue value is 92 (36.33% from 255 or 46.94% from 196); Max value from RGB is 92 - color contains mainly: blue. Hex color #52165C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #52165C is #ADE9A3. Grayscale: #2F2F2F. Windows color (decimal): -11397540 or 6035026. OLE color: 6035026.
HSL color Cylindrical-coordinate representation of color #52165C: hue angle of 291.43º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #52165C is Cyan = 0.11, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 82 | 22 | 92 | - |
| CMYK | 0.11 | 0.76 | 0 | 0.64 |
| HSL | 291.43º | 0.61% | 0.22% | - |
| HSV(B) | 291.43º | 0.76% | 0.36% | - |
| XYZ | 5.7 | 3.14 | 10.43 | - |
| YUV | 47.92 | 152.88 | 152.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 22 | 92 | 0.11 | 0.76 | 0 | 0.64 | 291.43 | 0.61 | 0.22 |
| Hex | 52 | 16 | 5C | B | 4C | 0 | 40 | 123 | 3D | 16 |
| Octal | 122 | 26 | 134 | 13 | 114 | 0 | 100 | 443 | 75 | 26 |
| Binary | 1010010 | 10110 | 1011100 | 1011 | 1001100 | 0 | 1000000 | 100100011 | 111101 | 10110 |
Color Harmonies of #52165C
Complementary color
Monochromatic Colors of #52165C
Black with #52165C
Text Example
Text Example
White with #52165C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52165C; }
p { color: rgb(82,22,92); }
H1.HeaderClassName
{
color: #52165C;
}
.AnyTagClassName
{
color: #52165C;
}
</style>
background-color css
<style>
a { background-color: #52165C; }
a { background-color: rgb(82,22,92); }
div.DivClassName
{
background-color: #52165C;
}
.BgClassName
{
background-color: #52165C;
}
</style>
border-color css
<style>
span { border-color: #52165C; }
span { border-color: rgb(82,22,92); }
td.TdClassName
{
border-color: #52165C;
}
.TagClassName
{
border-color: #52165C;
}
</style>