Shades of Hot Purple #521A59
Tints of Hot Purple #521A59
RGB
CMYK
RGB Variations
Color information
#521A59 (or 0x521A59) is known color: Hot Purple. HEX triplet: 52, 1A and 59. RGB value is (82,26,89). Sum of RGB (Red+Green+Blue) = 82+26+89=197 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41.62% from 197); Green value is 26 (10.55% from 255 or 13.20% from 197); Blue value is 89 (35.16% from 255 or 45.18% from 197); Max value from RGB is 89 - color contains mainly: blue. Hex color #521A59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #521A59 is #ADE5A6. Grayscale: #313131. Windows color (decimal): -11396519 or 5839442. OLE color: 5839442.
HSL color Cylindrical-coordinate representation of color #521A59: hue angle of 293.33º degrees, saturation: 0.55, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #521A59 is Cyan = 0.08, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 82 | 26 | 89 | - |
| CMYK | 0.08 | 0.71 | 0 | 0.65 |
| HSL | 293.33º | 0.55% | 0.23% | - |
| HSV(B) | 293.33º | 0.71% | 0.35% | - |
| XYZ | 5.65 | 3.25 | 9.78 | - |
| YUV | 49.93 | 150.05 | 150.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 26 | 89 | 0.08 | 0.71 | 0 | 0.65 | 293.33 | 0.55 | 0.23 |
| Hex | 52 | 1A | 59 | 8 | 47 | 0 | 41 | 125 | 37 | 17 |
| Octal | 122 | 32 | 131 | 10 | 107 | 0 | 101 | 445 | 67 | 27 |
| Binary | 1010010 | 11010 | 1011001 | 1000 | 1000111 | 0 | 1000001 | 100100101 | 110111 | 10111 |
Color Harmonies of #521A59
Complementary color
Monochromatic Colors of #521A59
Black with #521A59
Text Example
Text Example
White with #521A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521A59; }
p { color: rgb(82,26,89); }
H1.HeaderClassName
{
color: #521A59;
}
.AnyTagClassName
{
color: #521A59;
}
</style>
background-color css
<style>
a { background-color: #521A59; }
a { background-color: rgb(82,26,89); }
div.DivClassName
{
background-color: #521A59;
}
.BgClassName
{
background-color: #521A59;
}
</style>
border-color css
<style>
span { border-color: #521A59; }
span { border-color: rgb(82,26,89); }
td.TdClassName
{
border-color: #521A59;
}
.TagClassName
{
border-color: #521A59;
}
</style>