Shades of Hot Purple #52125C
Tints of Hot Purple #52125C
RGB
CMYK
RGB Variations
Color information
#52125C (or 0x52125C) is known color: Hot Purple. HEX triplet: 52, 12 and 5C. RGB value is (82,18,92). Sum of RGB (Red+Green+Blue) = 82+18+92=192 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.71% from 192); Green value is 18 (7.42% from 255 or 9.38% from 192); Blue value is 92 (36.33% from 255 or 47.92% from 192); Max value from RGB is 92 - color contains mainly: blue. Hex color #52125C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #52125C is #ADEDA3. Grayscale: #2D2D2D. Windows color (decimal): -11398564 or 6034002. OLE color: 6034002.
HSL color Cylindrical-coordinate representation of color #52125C: hue angle of 291.89º degrees, saturation: 0.67, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #52125C is Cyan = 0.11, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 82 | 18 | 92 | - |
| CMYK | 0.11 | 0.80 | 0 | 0.64 |
| HSL | 291.89º | 0.67% | 0.22% | - |
| HSV(B) | 291.89º | 0.8% | 0.36% | - |
| XYZ | 5.63 | 3 | 10.41 | - |
| YUV | 45.57 | 154.2 | 153.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 18 | 92 | 0.11 | 0.80 | 0 | 0.64 | 291.89 | 0.67 | 0.22 |
| Hex | 52 | 12 | 5C | B | 50 | 0 | 40 | 124 | 43 | 16 |
| Octal | 122 | 22 | 134 | 13 | 120 | 0 | 100 | 444 | 103 | 26 |
| Binary | 1010010 | 10010 | 1011100 | 1011 | 1010000 | 0 | 1000000 | 100100100 | 1000011 | 10110 |
Color Harmonies of #52125C
Complementary color
Monochromatic Colors of #52125C
Black with #52125C
Text Example
Text Example
White with #52125C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52125C; }
p { color: rgb(82,18,92); }
H1.HeaderClassName
{
color: #52125C;
}
.AnyTagClassName
{
color: #52125C;
}
</style>
background-color css
<style>
a { background-color: #52125C; }
a { background-color: rgb(82,18,92); }
div.DivClassName
{
background-color: #52125C;
}
.BgClassName
{
background-color: #52125C;
}
</style>
border-color css
<style>
span { border-color: #52125C; }
span { border-color: rgb(82,18,92); }
td.TdClassName
{
border-color: #52125C;
}
.TagClassName
{
border-color: #52125C;
}
</style>