Shades of Hot Purple #521E56
Tints of Hot Purple #521E56
RGB
CMYK
RGB Variations
Color information
#521E56 (or 0x521E56) is known color: Hot Purple. HEX triplet: 52, 1E and 56. RGB value is (82,30,86). Sum of RGB (Red+Green+Blue) = 82+30+86=198 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41.41% from 198); Green value is 30 (12.11% from 255 or 15.15% from 198); Blue value is 86 (33.98% from 255 or 43.43% from 198); Max value from RGB is 86 - color contains mainly: blue. Hex color #521E56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #521E56 is #ADE1A9. Grayscale: #333333. Windows color (decimal): -11395498 or 5643858. OLE color: 5643858.
HSL color Cylindrical-coordinate representation of color #521E56: hue angle of 295.71º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #521E56 is Cyan = 0.05, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 82 | 30 | 86 | - |
| CMYK | 0.05 | 0.65 | 0 | 0.66 |
| HSL | 295.71º | 0.48% | 0.23% | - |
| HSV(B) | 295.71º | 0.65% | 0.34% | - |
| XYZ | 5.62 | 3.39 | 9.16 | - |
| YUV | 51.93 | 147.23 | 149.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 30 | 86 | 0.05 | 0.65 | 0 | 0.66 | 295.71 | 0.48 | 0.23 |
| Hex | 52 | 1E | 56 | 5 | 41 | 0 | 42 | 128 | 30 | 17 |
| Octal | 122 | 36 | 126 | 5 | 101 | 0 | 102 | 450 | 60 | 27 |
| Binary | 1010010 | 11110 | 1010110 | 101 | 1000001 | 0 | 1000010 | 100101000 | 110000 | 10111 |
Color Harmonies of #521E56
Complementary color
Monochromatic Colors of #521E56
Black with #521E56
Text Example
Text Example
White with #521E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521E56; }
p { color: rgb(82,30,86); }
H1.HeaderClassName
{
color: #521E56;
}
.AnyTagClassName
{
color: #521E56;
}
</style>
background-color css
<style>
a { background-color: #521E56; }
a { background-color: rgb(82,30,86); }
div.DivClassName
{
background-color: #521E56;
}
.BgClassName
{
background-color: #521E56;
}
</style>
border-color css
<style>
span { border-color: #521E56; }
span { border-color: rgb(82,30,86); }
td.TdClassName
{
border-color: #521E56;
}
.TagClassName
{
border-color: #521E56;
}
</style>