Shades of Hot Purple #521558
Tints of Hot Purple #521558
RGB
CMYK
RGB Variations
Color information
#521558 (or 0x521558) is known color: Hot Purple. HEX triplet: 52, 15 and 58. RGB value is (82,21,88). Sum of RGB (Red+Green+Blue) = 82+21+88=191 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.93% from 191); Green value is 21 (8.59% from 255 or 10.99% from 191); Blue value is 88 (34.77% from 255 or 46.07% from 191); Max value from RGB is 88 - color contains mainly: blue. Hex color #521558 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #521558 is #ADEAA7. Grayscale: #2E2E2E. Windows color (decimal): -11397800 or 5772626. OLE color: 5772626.
HSL color Cylindrical-coordinate representation of color #521558: hue angle of 294.63º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #521558 is Cyan = 0.07, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 82 | 21 | 88 | - |
| CMYK | 0.07 | 0.76 | 0 | 0.65 |
| HSL | 294.63º | 0.61% | 0.21% | - |
| HSV(B) | 294.63º | 0.76% | 0.35% | - |
| XYZ | 5.51 | 3.03 | 9.53 | - |
| YUV | 46.88 | 151.21 | 153.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 21 | 88 | 0.07 | 0.76 | 0 | 0.65 | 294.63 | 0.61 | 0.21 |
| Hex | 52 | 15 | 58 | 7 | 4C | 0 | 41 | 127 | 3D | 15 |
| Octal | 122 | 25 | 130 | 7 | 114 | 0 | 101 | 447 | 75 | 25 |
| Binary | 1010010 | 10101 | 1011000 | 111 | 1001100 | 0 | 1000001 | 100100111 | 111101 | 10101 |
Color Harmonies of #521558
Complementary color
Monochromatic Colors of #521558
Black with #521558
Text Example
Text Example
White with #521558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521558; }
p { color: rgb(82,21,88); }
H1.HeaderClassName
{
color: #521558;
}
.AnyTagClassName
{
color: #521558;
}
</style>
background-color css
<style>
a { background-color: #521558; }
a { background-color: rgb(82,21,88); }
div.DivClassName
{
background-color: #521558;
}
.BgClassName
{
background-color: #521558;
}
</style>
border-color css
<style>
span { border-color: #521558; }
span { border-color: rgb(82,21,88); }
td.TdClassName
{
border-color: #521558;
}
.TagClassName
{
border-color: #521558;
}
</style>