Shades of Hot Purple #521B56
Tints of Hot Purple #521B56
RGB
CMYK
RGB Variations
Color information
#521B56 (or 0x521B56) is known color: Hot Purple. HEX triplet: 52, 1B and 56. RGB value is (82,27,86). Sum of RGB (Red+Green+Blue) = 82+27+86=195 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.05% from 195); Green value is 27 (10.94% from 255 or 13.85% from 195); Blue value is 86 (33.98% from 255 or 44.10% from 195); Max value from RGB is 86 - color contains mainly: blue. Hex color #521B56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #521B56 is #ADE4A9. Grayscale: #313131. Windows color (decimal): -11396266 or 5643090. OLE color: 5643090.
HSL color Cylindrical-coordinate representation of color #521B56: hue angle of 295.93º degrees, saturation: 0.52, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #521B56 is Cyan = 0.05, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 82 | 27 | 86 | - |
| CMYK | 0.05 | 0.69 | 0 | 0.66 |
| HSL | 295.93º | 0.52% | 0.22% | - |
| HSV(B) | 295.93º | 0.69% | 0.34% | - |
| XYZ | 5.55 | 3.25 | 9.14 | - |
| YUV | 50.17 | 148.22 | 150.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 27 | 86 | 0.05 | 0.69 | 0 | 0.66 | 295.93 | 0.52 | 0.22 |
| Hex | 52 | 1B | 56 | 5 | 45 | 0 | 42 | 128 | 34 | 16 |
| Octal | 122 | 33 | 126 | 5 | 105 | 0 | 102 | 450 | 64 | 26 |
| Binary | 1010010 | 11011 | 1010110 | 101 | 1000101 | 0 | 1000010 | 100101000 | 110100 | 10110 |
Color Harmonies of #521B56
Complementary color
Monochromatic Colors of #521B56
Black with #521B56
Text Example
Text Example
White with #521B56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521B56; }
p { color: rgb(82,27,86); }
H1.HeaderClassName
{
color: #521B56;
}
.AnyTagClassName
{
color: #521B56;
}
</style>
background-color css
<style>
a { background-color: #521B56; }
a { background-color: rgb(82,27,86); }
div.DivClassName
{
background-color: #521B56;
}
.BgClassName
{
background-color: #521B56;
}
</style>
border-color css
<style>
span { border-color: #521B56; }
span { border-color: rgb(82,27,86); }
td.TdClassName
{
border-color: #521B56;
}
.TagClassName
{
border-color: #521B56;
}
</style>