Shades of Hot Purple #521B53
Tints of Hot Purple #521B53
RGB
CMYK
RGB Variations
Color information
#521B53 (or 0x521B53) is known color: Hot Purple. HEX triplet: 52, 1B and 53. RGB value is (82,27,83). Sum of RGB (Red+Green+Blue) = 82+27+83=192 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.71% from 192); Green value is 27 (10.94% from 255 or 14.06% from 192); Blue value is 83 (32.81% from 255 or 43.23% from 192); Max value from RGB is 83 - color contains mainly: blue. Hex color #521B53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #521B53 is #ADE4AC. Grayscale: #313131. Windows color (decimal): -11396269 or 5446482. OLE color: 5446482.
HSL color Cylindrical-coordinate representation of color #521B53: hue angle of 298.93º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #521B53 is Cyan = 0.01, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 82 | 27 | 83 | - |
| CMYK | 0.01 | 0.67 | 0 | 0.67 |
| HSL | 298.93º | 0.51% | 0.22% | - |
| HSV(B) | 298.93º | 0.67% | 0.33% | - |
| XYZ | 5.43 | 3.2 | 8.52 | - |
| YUV | 49.83 | 146.72 | 150.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 27 | 83 | 0.01 | 0.67 | 0 | 0.67 | 298.93 | 0.51 | 0.22 |
| Hex | 52 | 1B | 53 | 1 | 43 | 0 | 43 | 12B | 33 | 16 |
| Octal | 122 | 33 | 123 | 1 | 103 | 0 | 103 | 453 | 63 | 26 |
| Binary | 1010010 | 11011 | 1010011 | 1 | 1000011 | 0 | 1000011 | 100101011 | 110011 | 10110 |
Color Harmonies of #521B53
Complementary color
Monochromatic Colors of #521B53
Black with #521B53
Text Example
Text Example
White with #521B53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521B53; }
p { color: rgb(82,27,83); }
H1.HeaderClassName
{
color: #521B53;
}
.AnyTagClassName
{
color: #521B53;
}
</style>
background-color css
<style>
a { background-color: #521B53; }
a { background-color: rgb(82,27,83); }
div.DivClassName
{
background-color: #521B53;
}
.BgClassName
{
background-color: #521B53;
}
</style>
border-color css
<style>
span { border-color: #521B53; }
span { border-color: rgb(82,27,83); }
td.TdClassName
{
border-color: #521B53;
}
.TagClassName
{
border-color: #521B53;
}
</style>