Shades of Hot Purple #52065A
Tints of Hot Purple #52065A
RGB
CMYK
RGB Variations
Color information
#52065A (or 0x52065A) is known color: Hot Purple. HEX triplet: 52, 06 and 5A. RGB value is (82,6,90). Sum of RGB (Red+Green+Blue) = 82+6+90=178 (23% of max value = 765). Red value is 82 (32.42% from 255 or 46.07% from 178); Green value is 6 (2.73% from 255 or 3.37% from 178); Blue value is 90 (35.55% from 255 or 50.56% from 178); Max value from RGB is 90 - color contains mainly: blue. Hex color #52065A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #52065A is #ADF9A5. Grayscale: #262626. Windows color (decimal): -11401638 or 5899858. OLE color: 5899858.
HSL color Cylindrical-coordinate representation of color #52065A: hue angle of 294.29º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #52065A is Cyan = 0.09, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 82 | 6 | 90 | - |
| CMYK | 0.09 | 0.93 | 0 | 0.65 |
| HSL | 294.29º | 0.88% | 0.19% | - |
| HSV(B) | 294.29º | 0.93% | 0.35% | - |
| XYZ | 5.39 | 2.66 | 9.9 | - |
| YUV | 38.3 | 157.18 | 159.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 6 | 90 | 0.09 | 0.93 | 0 | 0.65 | 294.29 | 0.88 | 0.19 |
| Hex | 52 | 6 | 5A | 9 | 5D | 0 | 41 | 126 | 58 | 13 |
| Octal | 122 | 6 | 132 | 11 | 135 | 0 | 101 | 446 | 130 | 23 |
| Binary | 1010010 | 110 | 1011010 | 1001 | 1011101 | 0 | 1000001 | 100100110 | 1011000 | 10011 |
Color Harmonies of #52065A
Complementary color
Monochromatic Colors of #52065A
Black with #52065A
Text Example
Text Example
White with #52065A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52065A; }
p { color: rgb(82,6,90); }
H1.HeaderClassName
{
color: #52065A;
}
.AnyTagClassName
{
color: #52065A;
}
</style>
background-color css
<style>
a { background-color: #52065A; }
a { background-color: rgb(82,6,90); }
div.DivClassName
{
background-color: #52065A;
}
.BgClassName
{
background-color: #52065A;
}
</style>
border-color css
<style>
span { border-color: #52065A; }
span { border-color: rgb(82,6,90); }
td.TdClassName
{
border-color: #52065A;
}
.TagClassName
{
border-color: #52065A;
}
</style>