Shades of Hot Purple #521857
Tints of Hot Purple #521857
RGB
CMYK
RGB Variations
Color information
#521857 (or 0x521857) is known color: Hot Purple. HEX triplet: 52, 18 and 57. RGB value is (82,24,87). Sum of RGB (Red+Green+Blue) = 82+24+87=193 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.49% from 193); Green value is 24 (9.77% from 255 or 12.44% from 193); Blue value is 87 (34.38% from 255 or 45.08% from 193); Max value from RGB is 87 - color contains mainly: blue. Hex color #521857 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #521857 is #ADE7A8. Grayscale: #303030. Windows color (decimal): -11397033 or 5707858. OLE color: 5707858.
HSL color Cylindrical-coordinate representation of color #521857: hue angle of 295.24º degrees, saturation: 0.57, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #521857 is Cyan = 0.06, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 82 | 24 | 87 | - |
| CMYK | 0.06 | 0.72 | 0 | 0.66 |
| HSL | 295.24º | 0.57% | 0.22% | - |
| HSV(B) | 295.24º | 0.72% | 0.34% | - |
| XYZ | 5.53 | 3.14 | 9.33 | - |
| YUV | 48.52 | 149.72 | 151.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 24 | 87 | 0.06 | 0.72 | 0 | 0.66 | 295.24 | 0.57 | 0.22 |
| Hex | 52 | 18 | 57 | 6 | 48 | 0 | 42 | 127 | 39 | 16 |
| Octal | 122 | 30 | 127 | 6 | 110 | 0 | 102 | 447 | 71 | 26 |
| Binary | 1010010 | 11000 | 1010111 | 110 | 1001000 | 0 | 1000010 | 100100111 | 111001 | 10110 |
Color Harmonies of #521857
Complementary color
Monochromatic Colors of #521857
Black with #521857
Text Example
Text Example
White with #521857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521857; }
p { color: rgb(82,24,87); }
H1.HeaderClassName
{
color: #521857;
}
.AnyTagClassName
{
color: #521857;
}
</style>
background-color css
<style>
a { background-color: #521857; }
a { background-color: rgb(82,24,87); }
div.DivClassName
{
background-color: #521857;
}
.BgClassName
{
background-color: #521857;
}
</style>
border-color css
<style>
span { border-color: #521857; }
span { border-color: rgb(82,24,87); }
td.TdClassName
{
border-color: #521857;
}
.TagClassName
{
border-color: #521857;
}
</style>