Shades of Hot Purple #521E5B
Tints of Hot Purple #521E5B
RGB
CMYK
RGB Variations
Color information
#521E5B (or 0x521E5B) is known color: Hot Purple. HEX triplet: 52, 1E and 5B. RGB value is (82,30,91). Sum of RGB (Red+Green+Blue) = 82+30+91=203 (26% of max value = 765). Red value is 82 (32.42% from 255 or 40.39% from 203); Green value is 30 (12.11% from 255 or 14.78% from 203); Blue value is 91 (35.94% from 255 or 44.83% from 203); Max value from RGB is 91 - color contains mainly: blue. Hex color #521E5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #521E5B is #ADE1A4. Grayscale: #343434. Windows color (decimal): -11395493 or 5971538. OLE color: 5971538.
HSL color Cylindrical-coordinate representation of color #521E5B: hue angle of 291.15º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #521E5B is Cyan = 0.10, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 82 | 30 | 91 | - |
| CMYK | 0.10 | 0.67 | 0 | 0.64 |
| HSL | 291.15º | 0.5% | 0.24% | - |
| HSV(B) | 291.15º | 0.67% | 0.36% | - |
| XYZ | 5.83 | 3.48 | 10.26 | - |
| YUV | 52.5 | 149.73 | 149.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 30 | 91 | 0.10 | 0.67 | 0 | 0.64 | 291.15 | 0.5 | 0.24 |
| Hex | 52 | 1E | 5B | A | 43 | 0 | 40 | 123 | 32 | 18 |
| Octal | 122 | 36 | 133 | 12 | 103 | 0 | 100 | 443 | 62 | 30 |
| Binary | 1010010 | 11110 | 1011011 | 1010 | 1000011 | 0 | 1000000 | 100100011 | 110010 | 11000 |
Color Harmonies of #521E5B
Complementary color
Monochromatic Colors of #521E5B
Black with #521E5B
Text Example
Text Example
White with #521E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521E5B; }
p { color: rgb(82,30,91); }
H1.HeaderClassName
{
color: #521E5B;
}
.AnyTagClassName
{
color: #521E5B;
}
</style>
background-color css
<style>
a { background-color: #521E5B; }
a { background-color: rgb(82,30,91); }
div.DivClassName
{
background-color: #521E5B;
}
.BgClassName
{
background-color: #521E5B;
}
</style>
border-color css
<style>
span { border-color: #521E5B; }
span { border-color: rgb(82,30,91); }
td.TdClassName
{
border-color: #521E5B;
}
.TagClassName
{
border-color: #521E5B;
}
</style>