Shades of Hot Purple #52045B
Tints of Hot Purple #52045B
RGB
CMYK
RGB Variations
Color information
#52045B (or 0x52045B) is known color: Hot Purple. HEX triplet: 52, 04 and 5B. RGB value is (82,4,91). Sum of RGB (Red+Green+Blue) = 82+4+91=177 (23% of max value = 765). Red value is 82 (32.42% from 255 or 46.33% from 177); Green value is 4 (1.95% from 255 or 2.26% from 177); Blue value is 91 (35.94% from 255 or 51.41% from 177); Max value from RGB is 91 - color contains mainly: blue. Hex color #52045B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #52045B is #ADFBA4. Grayscale: #242424. Windows color (decimal): -11402149 or 5964882. OLE color: 5964882.
HSL color Cylindrical-coordinate representation of color #52045B: hue angle of 293.79º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #52045B is Cyan = 0.10, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 82 | 4 | 91 | - |
| CMYK | 0.10 | 0.96 | 0 | 0.64 |
| HSL | 293.79º | 0.92% | 0.19% | - |
| HSV(B) | 293.79º | 0.96% | 0.36% | - |
| XYZ | 5.41 | 2.64 | 10.12 | - |
| YUV | 37.24 | 158.34 | 159.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 4 | 91 | 0.10 | 0.96 | 0 | 0.64 | 293.79 | 0.92 | 0.19 |
| Hex | 52 | 4 | 5B | A | 60 | 0 | 40 | 126 | 5C | 13 |
| Octal | 122 | 4 | 133 | 12 | 140 | 0 | 100 | 446 | 134 | 23 |
| Binary | 1010010 | 100 | 1011011 | 1010 | 1100000 | 0 | 1000000 | 100100110 | 1011100 | 10011 |
Color Harmonies of #52045B
Complementary color
Monochromatic Colors of #52045B
Black with #52045B
Text Example
Text Example
White with #52045B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52045B; }
p { color: rgb(82,4,91); }
H1.HeaderClassName
{
color: #52045B;
}
.AnyTagClassName
{
color: #52045B;
}
</style>
background-color css
<style>
a { background-color: #52045B; }
a { background-color: rgb(82,4,91); }
div.DivClassName
{
background-color: #52045B;
}
.BgClassName
{
background-color: #52045B;
}
</style>
border-color css
<style>
span { border-color: #52045B; }
span { border-color: rgb(82,4,91); }
td.TdClassName
{
border-color: #52045B;
}
.TagClassName
{
border-color: #52045B;
}
</style>