Shades of Hot Purple #521758
Tints of Hot Purple #521758
RGB
CMYK
RGB Variations
Color information
#521758 (or 0x521758) is known color: Hot Purple. HEX triplet: 52, 17 and 58. RGB value is (82,23,88). Sum of RGB (Red+Green+Blue) = 82+23+88=193 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.49% from 193); Green value is 23 (9.38% from 255 or 11.92% from 193); Blue value is 88 (34.77% from 255 or 45.60% from 193); Max value from RGB is 88 - color contains mainly: blue. Hex color #521758 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #521758 is #ADE8A7. Grayscale: #2F2F2F. Windows color (decimal): -11397288 or 5773138. OLE color: 5773138.
HSL color Cylindrical-coordinate representation of color #521758: hue angle of 294.46º degrees, saturation: 0.59, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #521758 is Cyan = 0.07, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 82 | 23 | 88 | - |
| CMYK | 0.07 | 0.74 | 0 | 0.65 |
| HSL | 294.46º | 0.59% | 0.22% | - |
| HSV(B) | 294.46º | 0.74% | 0.35% | - |
| XYZ | 5.55 | 3.11 | 9.54 | - |
| YUV | 48.05 | 150.55 | 152.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 23 | 88 | 0.07 | 0.74 | 0 | 0.65 | 294.46 | 0.59 | 0.22 |
| Hex | 52 | 17 | 58 | 7 | 4A | 0 | 41 | 126 | 3B | 16 |
| Octal | 122 | 27 | 130 | 7 | 112 | 0 | 101 | 446 | 73 | 26 |
| Binary | 1010010 | 10111 | 1011000 | 111 | 1001010 | 0 | 1000001 | 100100110 | 111011 | 10110 |
Color Harmonies of #521758
Complementary color
Monochromatic Colors of #521758
Black with #521758
Text Example
Text Example
White with #521758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521758; }
p { color: rgb(82,23,88); }
H1.HeaderClassName
{
color: #521758;
}
.AnyTagClassName
{
color: #521758;
}
</style>
background-color css
<style>
a { background-color: #521758; }
a { background-color: rgb(82,23,88); }
div.DivClassName
{
background-color: #521758;
}
.BgClassName
{
background-color: #521758;
}
</style>
border-color css
<style>
span { border-color: #521758; }
span { border-color: rgb(82,23,88); }
td.TdClassName
{
border-color: #521758;
}
.TagClassName
{
border-color: #521758;
}
</style>