Shades of Hot Purple #521D5C
Tints of Hot Purple #521D5C
RGB
CMYK
RGB Variations
Color information
#521D5C (or 0x521D5C) is known color: Hot Purple. HEX triplet: 52, 1D and 5C. RGB value is (82,29,92). Sum of RGB (Red+Green+Blue) = 82+29+92=203 (26% of max value = 765). Red value is 82 (32.42% from 255 or 40.39% from 203); Green value is 29 (11.72% from 255 or 14.29% from 203); Blue value is 92 (36.33% from 255 or 45.32% from 203); Max value from RGB is 92 - color contains mainly: blue. Hex color #521D5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #521D5C is #ADE2A3. Grayscale: #333333. Windows color (decimal): -11395748 or 6036818. OLE color: 6036818.
HSL color Cylindrical-coordinate representation of color #521D5C: hue angle of 290.48º degrees, saturation: 0.52, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #521D5C is Cyan = 0.11, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 82 | 29 | 92 | - |
| CMYK | 0.11 | 0.68 | 0 | 0.64 |
| HSL | 290.48º | 0.52% | 0.24% | - |
| HSV(B) | 290.48º | 0.68% | 0.36% | - |
| XYZ | 5.85 | 3.45 | 10.48 | - |
| YUV | 52.03 | 150.56 | 149.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 29 | 92 | 0.11 | 0.68 | 0 | 0.64 | 290.48 | 0.52 | 0.24 |
| Hex | 52 | 1D | 5C | B | 44 | 0 | 40 | 122 | 34 | 18 |
| Octal | 122 | 35 | 134 | 13 | 104 | 0 | 100 | 442 | 64 | 30 |
| Binary | 1010010 | 11101 | 1011100 | 1011 | 1000100 | 0 | 1000000 | 100100010 | 110100 | 11000 |
Color Harmonies of #521D5C
Complementary color
Monochromatic Colors of #521D5C
Black with #521D5C
Text Example
Text Example
White with #521D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521D5C; }
p { color: rgb(82,29,92); }
H1.HeaderClassName
{
color: #521D5C;
}
.AnyTagClassName
{
color: #521D5C;
}
</style>
background-color css
<style>
a { background-color: #521D5C; }
a { background-color: rgb(82,29,92); }
div.DivClassName
{
background-color: #521D5C;
}
.BgClassName
{
background-color: #521D5C;
}
</style>
border-color css
<style>
span { border-color: #521D5C; }
span { border-color: rgb(82,29,92); }
td.TdClassName
{
border-color: #521D5C;
}
.TagClassName
{
border-color: #521D5C;
}
</style>