Shades of Hot Purple #521B52
Tints of Hot Purple #521B52
RGB
CMYK
RGB Variations
Color information
#521B52 (or 0x521B52) is known color: Hot Purple. HEX triplet: 52, 1B and 52. RGB value is (82,27,82). Sum of RGB (Red+Green+Blue) = 82+27+82=191 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.93% from 191); Green value is 27 (10.94% from 255 or 14.14% from 191); Blue value is 82 (32.42% from 255 or 42.93% from 191); Max value from RGB is 82 - color contains mainly: red, blue. Hex color #521B52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #521B52 is #ADE4AD. Grayscale: #313131. Windows color (decimal): -11396270 or 5380946. OLE color: 5380946.
HSL color Cylindrical-coordinate representation of color #521B52: hue angle of 300º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #521B52 is Cyan = 0, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 27 | 82 | - |
| CMYK | 0 | 0.67 | 0 | 0.68 |
| HSL | 300º | 0.5% | 0.21% | - |
| HSV(B) | 300º | 0.67% | 0.32% | - |
| XYZ | 5.39 | 3.19 | 8.31 | - |
| YUV | 49.72 | 146.22 | 151.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 27 | 82 | 0 | 0.67 | 0 | 0.68 | 300 | 0.5 | 0.21 |
| Hex | 52 | 1B | 52 | 0 | 43 | 0 | 44 | 12C | 32 | 15 |
| Octal | 122 | 33 | 122 | 0 | 103 | 0 | 104 | 454 | 62 | 25 |
| Binary | 1010010 | 11011 | 1010010 | 0 | 1000011 | 0 | 1000100 | 100101100 | 110010 | 10101 |
Color Harmonies of #521B52
Complementary color
Monochromatic Colors of #521B52
Black with #521B52
Text Example
Text Example
White with #521B52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521B52; }
p { color: rgb(82,27,82); }
H1.HeaderClassName
{
color: #521B52;
}
.AnyTagClassName
{
color: #521B52;
}
</style>
background-color css
<style>
a { background-color: #521B52; }
a { background-color: rgb(82,27,82); }
div.DivClassName
{
background-color: #521B52;
}
.BgClassName
{
background-color: #521B52;
}
</style>
border-color css
<style>
span { border-color: #521B52; }
span { border-color: rgb(82,27,82); }
td.TdClassName
{
border-color: #521B52;
}
.TagClassName
{
border-color: #521B52;
}
</style>