Shades of Hot Purple #521A58
Tints of Hot Purple #521A58
RGB
CMYK
RGB Variations
Color information
#521A58 (or 0x521A58) is known color: Hot Purple. HEX triplet: 52, 1A and 58. RGB value is (82,26,88). Sum of RGB (Red+Green+Blue) = 82+26+88=196 (25% of max value = 765). Red value is 82 (32.42% from 255 or 41.84% from 196); Green value is 26 (10.55% from 255 or 13.27% from 196); Blue value is 88 (34.77% from 255 or 44.90% from 196); Max value from RGB is 88 - color contains mainly: blue. Hex color #521A58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #521A58 is #ADE5A7. Grayscale: #313131. Windows color (decimal): -11396520 or 5773906. OLE color: 5773906.
HSL color Cylindrical-coordinate representation of color #521A58: hue angle of 294.19º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #521A58 is Cyan = 0.07, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 82 | 26 | 88 | - |
| CMYK | 0.07 | 0.70 | 0 | 0.65 |
| HSL | 294.19º | 0.54% | 0.22% | - |
| HSV(B) | 294.19º | 0.7% | 0.35% | - |
| XYZ | 5.61 | 3.24 | 9.56 | - |
| YUV | 49.81 | 149.55 | 150.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 26 | 88 | 0.07 | 0.70 | 0 | 0.65 | 294.19 | 0.54 | 0.22 |
| Hex | 52 | 1A | 58 | 7 | 46 | 0 | 41 | 126 | 36 | 16 |
| Octal | 122 | 32 | 130 | 7 | 106 | 0 | 101 | 446 | 66 | 26 |
| Binary | 1010010 | 11010 | 1011000 | 111 | 1000110 | 0 | 1000001 | 100100110 | 110110 | 10110 |
Color Harmonies of #521A58
Complementary color
Monochromatic Colors of #521A58
Black with #521A58
Text Example
Text Example
White with #521A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521A58; }
p { color: rgb(82,26,88); }
H1.HeaderClassName
{
color: #521A58;
}
.AnyTagClassName
{
color: #521A58;
}
</style>
background-color css
<style>
a { background-color: #521A58; }
a { background-color: rgb(82,26,88); }
div.DivClassName
{
background-color: #521A58;
}
.BgClassName
{
background-color: #521A58;
}
</style>
border-color css
<style>
span { border-color: #521A58; }
span { border-color: rgb(82,26,88); }
td.TdClassName
{
border-color: #521A58;
}
.TagClassName
{
border-color: #521A58;
}
</style>