Shades of Hot Purple #52265C
Tints of Hot Purple #52265C
RGB
CMYK
RGB Variations
Color information
#52265C (or 0x52265C) is known color: Hot Purple. HEX triplet: 52, 26 and 5C. RGB value is (82,38,92). Sum of RGB (Red+Green+Blue) = 82+38+92=212 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.68% from 212); Green value is 38 (15.23% from 255 or 17.92% from 212); Blue value is 92 (36.33% from 255 or 43.40% from 212); Max value from RGB is 92 - color contains mainly: blue. Hex color #52265C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52265C is #ADD9A3. Grayscale: #393939. Windows color (decimal): -11393444 or 6039122. OLE color: 6039122.
HSL color Cylindrical-coordinate representation of color #52265C: hue angle of 288.89º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #52265C is Cyan = 0.11, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 82 | 38 | 92 | - |
| CMYK | 0.11 | 0.59 | 0 | 0.64 |
| HSL | 288.89º | 0.42% | 0.25% | - |
| HSV(B) | 288.89º | 0.59% | 0.36% | - |
| XYZ | 6.1 | 3.95 | 10.57 | - |
| YUV | 57.31 | 147.58 | 145.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 38 | 92 | 0.11 | 0.59 | 0 | 0.64 | 288.89 | 0.42 | 0.25 |
| Hex | 52 | 26 | 5C | B | 3B | 0 | 40 | 121 | 2A | 19 |
| Octal | 122 | 46 | 134 | 13 | 73 | 0 | 100 | 441 | 52 | 31 |
| Binary | 1010010 | 100110 | 1011100 | 1011 | 111011 | 0 | 1000000 | 100100001 | 101010 | 11001 |
Color Harmonies of #52265C
Complementary color
Monochromatic Colors of #52265C
Black with #52265C
Text Example
Text Example
White with #52265C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52265C; }
p { color: rgb(82,38,92); }
H1.HeaderClassName
{
color: #52265C;
}
.AnyTagClassName
{
color: #52265C;
}
</style>
background-color css
<style>
a { background-color: #52265C; }
a { background-color: rgb(82,38,92); }
div.DivClassName
{
background-color: #52265C;
}
.BgClassName
{
background-color: #52265C;
}
</style>
border-color css
<style>
span { border-color: #52265C; }
span { border-color: rgb(82,38,92); }
td.TdClassName
{
border-color: #52265C;
}
.TagClassName
{
border-color: #52265C;
}
</style>