Shades of Hot Purple #52065E
Tints of Hot Purple #52065E
RGB
CMYK
RGB Variations
Color information
#52065E (or 0x52065E) is known color: Hot Purple. HEX triplet: 52, 06 and 5E. RGB value is (82,6,94). Sum of RGB (Red+Green+Blue) = 82+6+94=182 (24% of max value = 765). Red value is 82 (32.42% from 255 or 45.05% from 182); Green value is 6 (2.73% from 255 or 3.30% from 182); Blue value is 94 (37.11% from 255 or 51.65% from 182); Max value from RGB is 94 - color contains mainly: blue. Hex color #52065E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #52065E is #ADF9A1. Grayscale: #262626. Windows color (decimal): -11401634 or 6162002. OLE color: 6162002.
HSL color Cylindrical-coordinate representation of color #52065E: hue angle of 291.82º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #52065E is Cyan = 0.13, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 82 | 6 | 94 | - |
| CMYK | 0.13 | 0.94 | 0 | 0.63 |
| HSL | 291.82º | 0.88% | 0.2% | - |
| HSV(B) | 291.82º | 0.94% | 0.37% | - |
| XYZ | 5.57 | 2.73 | 10.82 | - |
| YUV | 38.76 | 159.18 | 158.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 6 | 94 | 0.13 | 0.94 | 0 | 0.63 | 291.82 | 0.88 | 0.2 |
| Hex | 52 | 6 | 5E | D | 5E | 0 | 3F | 124 | 58 | 14 |
| Octal | 122 | 6 | 136 | 15 | 136 | 0 | 77 | 444 | 130 | 24 |
| Binary | 1010010 | 110 | 1011110 | 1101 | 1011110 | 0 | 111111 | 100100100 | 1011000 | 10100 |
Color Harmonies of #52065E
Complementary color
Monochromatic Colors of #52065E
Black with #52065E
Text Example
Text Example
White with #52065E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52065E; }
p { color: rgb(82,6,94); }
H1.HeaderClassName
{
color: #52065E;
}
.AnyTagClassName
{
color: #52065E;
}
</style>
background-color css
<style>
a { background-color: #52065E; }
a { background-color: rgb(82,6,94); }
div.DivClassName
{
background-color: #52065E;
}
.BgClassName
{
background-color: #52065E;
}
</style>
border-color css
<style>
span { border-color: #52065E; }
span { border-color: rgb(82,6,94); }
td.TdClassName
{
border-color: #52065E;
}
.TagClassName
{
border-color: #52065E;
}
</style>