Shades of Hot Purple #521858
Tints of Hot Purple #521858
RGB
CMYK
RGB Variations
Color information
#521858 (or 0x521858) is known color: Hot Purple. HEX triplet: 52, 18 and 58. RGB value is (82,24,88). Sum of RGB (Red+Green+Blue) = 82+24+88=194 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.27% from 194); Green value is 24 (9.77% from 255 or 12.37% from 194); Blue value is 88 (34.77% from 255 or 45.36% from 194); Max value from RGB is 88 - color contains mainly: blue. Hex color #521858 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #521858 is #ADE7A7. Grayscale: #303030. Windows color (decimal): -11397032 or 5773394. OLE color: 5773394.
HSL color Cylindrical-coordinate representation of color #521858: hue angle of 294.38º degrees, saturation: 0.57, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #521858 is Cyan = 0.07, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 82 | 24 | 88 | - |
| CMYK | 0.07 | 0.73 | 0 | 0.65 |
| HSL | 294.38º | 0.57% | 0.22% | - |
| HSV(B) | 294.38º | 0.73% | 0.35% | - |
| XYZ | 5.57 | 3.15 | 9.55 | - |
| YUV | 48.64 | 150.22 | 151.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 24 | 88 | 0.07 | 0.73 | 0 | 0.65 | 294.38 | 0.57 | 0.22 |
| Hex | 52 | 18 | 58 | 7 | 49 | 0 | 41 | 126 | 39 | 16 |
| Octal | 122 | 30 | 130 | 7 | 111 | 0 | 101 | 446 | 71 | 26 |
| Binary | 1010010 | 11000 | 1011000 | 111 | 1001001 | 0 | 1000001 | 100100110 | 111001 | 10110 |
Color Harmonies of #521858
Complementary color
Monochromatic Colors of #521858
Black with #521858
Text Example
Text Example
White with #521858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521858; }
p { color: rgb(82,24,88); }
H1.HeaderClassName
{
color: #521858;
}
.AnyTagClassName
{
color: #521858;
}
</style>
background-color css
<style>
a { background-color: #521858; }
a { background-color: rgb(82,24,88); }
div.DivClassName
{
background-color: #521858;
}
.BgClassName
{
background-color: #521858;
}
</style>
border-color css
<style>
span { border-color: #521858; }
span { border-color: rgb(82,24,88); }
td.TdClassName
{
border-color: #521858;
}
.TagClassName
{
border-color: #521858;
}
</style>