Shades of Hot Purple #521C55
Tints of Hot Purple #521C55
RGB
CMYK
RGB Variations
Color information
#521C55 (or 0x521C55) is known color: Hot Purple. HEX triplet: 52, 1C and 55. RGB value is (82,28,85). Sum of RGB (Red+Green+Blue) = 82+28+85=195 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.05% from 195); Green value is 28 (11.33% from 255 or 14.36% from 195); Blue value is 85 (33.59% from 255 or 43.59% from 195); Max value from RGB is 85 - color contains mainly: blue. Hex color #521C55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #521C55 is #ADE3AA. Grayscale: #323232. Windows color (decimal): -11396011 or 5577810. OLE color: 5577810.
HSL color Cylindrical-coordinate representation of color #521C55: hue angle of 296.84º degrees, saturation: 0.5, 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 #521C55 is Cyan = 0.04, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 82 | 28 | 85 | - |
| CMYK | 0.04 | 0.67 | 0 | 0.67 |
| HSL | 296.84º | 0.5% | 0.22% | - |
| HSV(B) | 296.84º | 0.67% | 0.33% | - |
| XYZ | 5.53 | 3.28 | 8.94 | - |
| YUV | 50.64 | 147.39 | 150.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 28 | 85 | 0.04 | 0.67 | 0 | 0.67 | 296.84 | 0.5 | 0.22 |
| Hex | 52 | 1C | 55 | 4 | 43 | 0 | 43 | 129 | 32 | 16 |
| Octal | 122 | 34 | 125 | 4 | 103 | 0 | 103 | 451 | 62 | 26 |
| Binary | 1010010 | 11100 | 1010101 | 100 | 1000011 | 0 | 1000011 | 100101001 | 110010 | 10110 |
Color Harmonies of #521C55
Complementary color
Monochromatic Colors of #521C55
Black with #521C55
Text Example
Text Example
White with #521C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521C55; }
p { color: rgb(82,28,85); }
H1.HeaderClassName
{
color: #521C55;
}
.AnyTagClassName
{
color: #521C55;
}
</style>
background-color css
<style>
a { background-color: #521C55; }
a { background-color: rgb(82,28,85); }
div.DivClassName
{
background-color: #521C55;
}
.BgClassName
{
background-color: #521C55;
}
</style>
border-color css
<style>
span { border-color: #521C55; }
span { border-color: rgb(82,28,85); }
td.TdClassName
{
border-color: #521C55;
}
.TagClassName
{
border-color: #521C55;
}
</style>