Shades of Hot Purple #521C59
Tints of Hot Purple #521C59
RGB
CMYK
RGB Variations
Color information
#521C59 (or 0x521C59) is known color: Hot Purple. HEX triplet: 52, 1C and 59. RGB value is (82,28,89). Sum of RGB (Red+Green+Blue) = 82+28+89=199 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41.21% from 199); Green value is 28 (11.33% from 255 or 14.07% from 199); Blue value is 89 (35.16% from 255 or 44.72% from 199); Max value from RGB is 89 - color contains mainly: blue. Hex color #521C59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #521C59 is #ADE3A6. Grayscale: #323232. Windows color (decimal): -11396007 or 5839954. OLE color: 5839954.
HSL color Cylindrical-coordinate representation of color #521C59: hue angle of 293.11º degrees, saturation: 0.52, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #521C59 is Cyan = 0.08, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 82 | 28 | 89 | - |
| CMYK | 0.08 | 0.69 | 0 | 0.65 |
| HSL | 293.11º | 0.52% | 0.23% | - |
| HSV(B) | 293.11º | 0.69% | 0.35% | - |
| XYZ | 5.7 | 3.35 | 9.8 | - |
| YUV | 51.1 | 149.39 | 150.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 28 | 89 | 0.08 | 0.69 | 0 | 0.65 | 293.11 | 0.52 | 0.23 |
| Hex | 52 | 1C | 59 | 8 | 45 | 0 | 41 | 125 | 34 | 17 |
| Octal | 122 | 34 | 131 | 10 | 105 | 0 | 101 | 445 | 64 | 27 |
| Binary | 1010010 | 11100 | 1011001 | 1000 | 1000101 | 0 | 1000001 | 100100101 | 110100 | 10111 |
Color Harmonies of #521C59
Complementary color
Monochromatic Colors of #521C59
Black with #521C59
Text Example
Text Example
White with #521C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521C59; }
p { color: rgb(82,28,89); }
H1.HeaderClassName
{
color: #521C59;
}
.AnyTagClassName
{
color: #521C59;
}
</style>
background-color css
<style>
a { background-color: #521C59; }
a { background-color: rgb(82,28,89); }
div.DivClassName
{
background-color: #521C59;
}
.BgClassName
{
background-color: #521C59;
}
</style>
border-color css
<style>
span { border-color: #521C59; }
span { border-color: rgb(82,28,89); }
td.TdClassName
{
border-color: #521C59;
}
.TagClassName
{
border-color: #521C59;
}
</style>