Shades of Hot Purple #52185C
Tints of Hot Purple #52185C
RGB
CMYK
RGB Variations
Color information
#52185C (or 0x52185C) is known color: Hot Purple. HEX triplet: 52, 18 and 5C. RGB value is (82,24,92). Sum of RGB (Red+Green+Blue) = 82+24+92=198 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41.41% from 198); Green value is 24 (9.77% from 255 or 12.12% from 198); Blue value is 92 (36.33% from 255 or 46.46% from 198); Max value from RGB is 92 - color contains mainly: blue. Hex color #52185C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #52185C is #ADE7A3. Grayscale: #303030. Windows color (decimal): -11397028 or 6035538. OLE color: 6035538.
HSL color Cylindrical-coordinate representation of color #52185C: hue angle of 291.18º degrees, saturation: 0.59, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #52185C is Cyan = 0.11, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 82 | 24 | 92 | - |
| CMYK | 0.11 | 0.74 | 0 | 0.64 |
| HSL | 291.18º | 0.59% | 0.23% | - |
| HSV(B) | 291.18º | 0.74% | 0.36% | - |
| XYZ | 5.74 | 3.22 | 10.44 | - |
| YUV | 49.09 | 152.22 | 151.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 24 | 92 | 0.11 | 0.74 | 0 | 0.64 | 291.18 | 0.59 | 0.23 |
| Hex | 52 | 18 | 5C | B | 4A | 0 | 40 | 123 | 3B | 17 |
| Octal | 122 | 30 | 134 | 13 | 112 | 0 | 100 | 443 | 73 | 27 |
| Binary | 1010010 | 11000 | 1011100 | 1011 | 1001010 | 0 | 1000000 | 100100011 | 111011 | 10111 |
Color Harmonies of #52185C
Complementary color
Monochromatic Colors of #52185C
Black with #52185C
Text Example
Text Example
White with #52185C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52185C; }
p { color: rgb(82,24,92); }
H1.HeaderClassName
{
color: #52185C;
}
.AnyTagClassName
{
color: #52185C;
}
</style>
background-color css
<style>
a { background-color: #52185C; }
a { background-color: rgb(82,24,92); }
div.DivClassName
{
background-color: #52185C;
}
.BgClassName
{
background-color: #52185C;
}
</style>
border-color css
<style>
span { border-color: #52185C; }
span { border-color: rgb(82,24,92); }
td.TdClassName
{
border-color: #52185C;
}
.TagClassName
{
border-color: #52185C;
}
</style>