Shades of Hot Purple #521D59
Tints of Hot Purple #521D59
RGB
CMYK
RGB Variations
Color information
#521D59 (or 0x521D59) is known color: Hot Purple. HEX triplet: 52, 1D and 59. RGB value is (82,29,89). Sum of RGB (Red+Green+Blue) = 82+29+89=200 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41% from 200); Green value is 29 (11.72% from 255 or 14.5% from 200); Blue value is 89 (35.16% from 255 or 44.5% from 200); Max value from RGB is 89 - color contains mainly: blue. Hex color #521D59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #521D59 is #ADE2A6. Grayscale: #333333. Windows color (decimal): -11395751 or 5840210. OLE color: 5840210.
HSL color Cylindrical-coordinate representation of color #521D59: hue angle of 293º degrees, saturation: 0.51, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #521D59 is Cyan = 0.08, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 82 | 29 | 89 | - |
| CMYK | 0.08 | 0.67 | 0 | 0.65 |
| HSL | 293º | 0.51% | 0.23% | - |
| HSV(B) | 293º | 0.67% | 0.35% | - |
| XYZ | 5.72 | 3.39 | 9.8 | - |
| YUV | 51.69 | 149.06 | 149.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 29 | 89 | 0.08 | 0.67 | 0 | 0.65 | 293 | 0.51 | 0.23 |
| Hex | 52 | 1D | 59 | 8 | 43 | 0 | 41 | 125 | 33 | 17 |
| Octal | 122 | 35 | 131 | 10 | 103 | 0 | 101 | 445 | 63 | 27 |
| Binary | 1010010 | 11101 | 1011001 | 1000 | 1000011 | 0 | 1000001 | 100100101 | 110011 | 10111 |
Color Harmonies of #521D59
Complementary color
Monochromatic Colors of #521D59
Black with #521D59
Text Example
Text Example
White with #521D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521D59; }
p { color: rgb(82,29,89); }
H1.HeaderClassName
{
color: #521D59;
}
.AnyTagClassName
{
color: #521D59;
}
</style>
background-color css
<style>
a { background-color: #521D59; }
a { background-color: rgb(82,29,89); }
div.DivClassName
{
background-color: #521D59;
}
.BgClassName
{
background-color: #521D59;
}
</style>
border-color css
<style>
span { border-color: #521D59; }
span { border-color: rgb(82,29,89); }
td.TdClassName
{
border-color: #521D59;
}
.TagClassName
{
border-color: #521D59;
}
</style>