Shades of Hot Purple #520258
Tints of Hot Purple #520258
RGB
CMYK
RGB Variations
Color information
#520258 (or 0x520258) is known color: Hot Purple. HEX triplet: 52, 02 and 58. RGB value is (82,2,88). Sum of RGB (Red+Green+Blue) = 82+2+88=172 (22% of max value = 765). Red value is 82 (32.42% from 255 or 47.67% from 172); Green value is 2 (1.17% from 255 or 1.16% from 172); Blue value is 88 (34.77% from 255 or 51.16% from 172); Max value from RGB is 88 - color contains mainly: blue. Hex color #520258 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520258 is #ADFDA7. Grayscale: #232323. Windows color (decimal): -11402664 or 5767762. OLE color: 5767762.
HSL color Cylindrical-coordinate representation of color #520258: hue angle of 295.81º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #520258 is Cyan = 0.07, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 82 | 2 | 88 | - |
| CMYK | 0.07 | 0.98 | 0 | 0.65 |
| HSL | 295.81º | 0.96% | 0.18% | - |
| HSV(B) | 295.81º | 0.98% | 0.35% | - |
| XYZ | 5.26 | 2.54 | 9.45 | - |
| YUV | 35.72 | 157.5 | 161.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 2 | 88 | 0.07 | 0.98 | 0 | 0.65 | 295.81 | 0.96 | 0.18 |
| Hex | 52 | 2 | 58 | 7 | 62 | 0 | 41 | 128 | 60 | 12 |
| Octal | 122 | 2 | 130 | 7 | 142 | 0 | 101 | 450 | 140 | 22 |
| Binary | 1010010 | 10 | 1011000 | 111 | 1100010 | 0 | 1000001 | 100101000 | 1100000 | 10010 |
Color Harmonies of #520258
Complementary color
Monochromatic Colors of #520258
Black with #520258
Text Example
Text Example
White with #520258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520258; }
p { color: rgb(82,2,88); }
H1.HeaderClassName
{
color: #520258;
}
.AnyTagClassName
{
color: #520258;
}
</style>
background-color css
<style>
a { background-color: #520258; }
a { background-color: rgb(82,2,88); }
div.DivClassName
{
background-color: #520258;
}
.BgClassName
{
background-color: #520258;
}
</style>
border-color css
<style>
span { border-color: #520258; }
span { border-color: rgb(82,2,88); }
td.TdClassName
{
border-color: #520258;
}
.TagClassName
{
border-color: #520258;
}
</style>