Shades of Hot Purple #52095D
Tints of Hot Purple #52095D
RGB
CMYK
RGB Variations
Color information
#52095D (or 0x52095D) is known color: Hot Purple. HEX triplet: 52, 09 and 5D. RGB value is (82,9,93). Sum of RGB (Red+Green+Blue) = 82+9+93=184 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.57% from 184); Green value is 9 (3.91% from 255 or 4.89% from 184); Blue value is 93 (36.72% from 255 or 50.54% from 184); Max value from RGB is 93 - color contains mainly: blue. Hex color #52095D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #52095D is #ADF6A2. Grayscale: #282828. Windows color (decimal): -11400867 or 6097234. OLE color: 6097234.
HSL color Cylindrical-coordinate representation of color #52095D: hue angle of 292.14º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #52095D is Cyan = 0.12, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 82 | 9 | 93 | - |
| CMYK | 0.12 | 0.90 | 0 | 0.64 |
| HSL | 292.14º | 0.82% | 0.2% | - |
| HSV(B) | 292.14º | 0.9% | 0.36% | - |
| XYZ | 5.55 | 2.78 | 10.6 | - |
| YUV | 40.4 | 157.68 | 157.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 9 | 93 | 0.12 | 0.90 | 0 | 0.64 | 292.14 | 0.82 | 0.2 |
| Hex | 52 | 9 | 5D | C | 5A | 0 | 40 | 124 | 52 | 14 |
| Octal | 122 | 11 | 135 | 14 | 132 | 0 | 100 | 444 | 122 | 24 |
| Binary | 1010010 | 1001 | 1011101 | 1100 | 1011010 | 0 | 1000000 | 100100100 | 1010010 | 10100 |
Color Harmonies of #52095D
Complementary color
Monochromatic Colors of #52095D
Black with #52095D
Text Example
Text Example
White with #52095D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52095D; }
p { color: rgb(82,9,93); }
H1.HeaderClassName
{
color: #52095D;
}
.AnyTagClassName
{
color: #52095D;
}
</style>
background-color css
<style>
a { background-color: #52095D; }
a { background-color: rgb(82,9,93); }
div.DivClassName
{
background-color: #52095D;
}
.BgClassName
{
background-color: #52095D;
}
</style>
border-color css
<style>
span { border-color: #52095D; }
span { border-color: rgb(82,9,93); }
td.TdClassName
{
border-color: #52095D;
}
.TagClassName
{
border-color: #52095D;
}
</style>