Shades of Hot Purple #521C5F
Tints of Hot Purple #521C5F
RGB
CMYK
RGB Variations
Color information
#521C5F (or 0x521C5F) is known color: Hot Purple. HEX triplet: 52, 1C and 5F. RGB value is (82,28,95). Sum of RGB (Red+Green+Blue) = 82+28+95=205 (27% of max value = 765). Red value is 82 (32.42% from 255 or 40% from 205); Green value is 28 (11.33% from 255 or 13.66% from 205); Blue value is 95 (37.5% from 255 or 46.34% from 205); Max value from RGB is 95 - color contains mainly: blue. Hex color #521C5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #521C5F is #ADE3A0. Grayscale: #333333. Windows color (decimal): -11396001 or 6233170. OLE color: 6233170.
HSL color Cylindrical-coordinate representation of color #521C5F: hue angle of 288.36º degrees, saturation: 0.54, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #521C5F is Cyan = 0.14, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 82 | 28 | 95 | - |
| CMYK | 0.14 | 0.71 | 0 | 0.63 |
| HSL | 288.36º | 0.54% | 0.24% | - |
| HSV(B) | 288.36º | 0.71% | 0.37% | - |
| XYZ | 5.96 | 3.45 | 11.18 | - |
| YUV | 51.78 | 152.39 | 149.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 28 | 95 | 0.14 | 0.71 | 0 | 0.63 | 288.36 | 0.54 | 0.24 |
| Hex | 52 | 1C | 5F | E | 47 | 0 | 3F | 120 | 36 | 18 |
| Octal | 122 | 34 | 137 | 16 | 107 | 0 | 77 | 440 | 66 | 30 |
| Binary | 1010010 | 11100 | 1011111 | 1110 | 1000111 | 0 | 111111 | 100100000 | 110110 | 11000 |
Color Harmonies of #521C5F
Complementary color
Monochromatic Colors of #521C5F
Black with #521C5F
Text Example
Text Example
White with #521C5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521C5F; }
p { color: rgb(82,28,95); }
H1.HeaderClassName
{
color: #521C5F;
}
.AnyTagClassName
{
color: #521C5F;
}
</style>
background-color css
<style>
a { background-color: #521C5F; }
a { background-color: rgb(82,28,95); }
div.DivClassName
{
background-color: #521C5F;
}
.BgClassName
{
background-color: #521C5F;
}
</style>
border-color css
<style>
span { border-color: #521C5F; }
span { border-color: rgb(82,28,95); }
td.TdClassName
{
border-color: #521C5F;
}
.TagClassName
{
border-color: #521C5F;
}
</style>