Shades of Hot Purple #521F53
Tints of Hot Purple #521F53
RGB
CMYK
RGB Variations
Color information
#521F53 (or 0x521F53) is known color: Hot Purple. HEX triplet: 52, 1F and 53. RGB value is (82,31,83). Sum of RGB (Red+Green+Blue) = 82+31+83=196 (25% of max value = 765). Red value is 82 (32.42% from 255 or 41.84% from 196); Green value is 31 (12.5% from 255 or 15.82% from 196); Blue value is 83 (32.81% from 255 or 42.35% from 196); Max value from RGB is 83 - color contains mainly: blue. Hex color #521F53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #521F53 is #ADE0AC. Grayscale: #343434. Windows color (decimal): -11395245 or 5447506. OLE color: 5447506.
HSL color Cylindrical-coordinate representation of color #521F53: hue angle of 298.85º degrees, saturation: 0.46, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #521F53 is Cyan = 0.01, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 82 | 31 | 83 | - |
| CMYK | 0.01 | 0.63 | 0 | 0.67 |
| HSL | 298.85º | 0.46% | 0.22% | - |
| HSV(B) | 298.85º | 0.63% | 0.33% | - |
| XYZ | 5.53 | 3.4 | 8.55 | - |
| YUV | 52.18 | 145.4 | 149.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 31 | 83 | 0.01 | 0.63 | 0 | 0.67 | 298.85 | 0.46 | 0.22 |
| Hex | 52 | 1F | 53 | 1 | 3F | 0 | 43 | 12B | 2E | 16 |
| Octal | 122 | 37 | 123 | 1 | 77 | 0 | 103 | 453 | 56 | 26 |
| Binary | 1010010 | 11111 | 1010011 | 1 | 111111 | 0 | 1000011 | 100101011 | 101110 | 10110 |
Color Harmonies of #521F53
Complementary color
Monochromatic Colors of #521F53
Black with #521F53
Text Example
Text Example
White with #521F53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521F53; }
p { color: rgb(82,31,83); }
H1.HeaderClassName
{
color: #521F53;
}
.AnyTagClassName
{
color: #521F53;
}
</style>
background-color css
<style>
a { background-color: #521F53; }
a { background-color: rgb(82,31,83); }
div.DivClassName
{
background-color: #521F53;
}
.BgClassName
{
background-color: #521F53;
}
</style>
border-color css
<style>
span { border-color: #521F53; }
span { border-color: rgb(82,31,83); }
td.TdClassName
{
border-color: #521F53;
}
.TagClassName
{
border-color: #521F53;
}
</style>