Shades of Han Purple #520FE9
Tints of Han Purple #520FE9
RGB
CMYK
RGB Variations
Color information
#520FE9 (or 0x520FE9) is known color: Han Purple. HEX triplet: 52, 0F and E9. RGB value is (82,15,233). Sum of RGB (Red+Green+Blue) = 82+15+233=330 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.85% from 330); Green value is 15 (6.25% from 255 or 4.55% from 330); Blue value is 233 (91.41% from 255 or 70.61% from 330); Max value from RGB is 233 - color contains mainly: blue. Hex color #520FE9 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #520FE9 is #ADF016. Grayscale: #3B3B3B. Windows color (decimal): -11399191 or 15273810. OLE color: 15273810.
HSL color Cylindrical-coordinate representation of color #520FE9: hue angle of 258.44º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #520FE9 is Cyan = 0.65, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 82 | 15 | 233 | - |
| CMYK | 0.65 | 0.94 | 0 | 0.09 |
| HSL | 258.44º | 0.88% | 0.49% | - |
| HSV(B) | 258.44º | 0.94% | 0.91% | - |
| XYZ | 18.36 | 8.02 | 77.67 | - |
| YUV | 59.89 | 225.7 | 143.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 15 | 233 | 0.65 | 0.94 | 0 | 0.09 | 258.44 | 0.88 | 0.49 |
| Hex | 52 | F | E9 | 41 | 5E | 0 | 9 | 102 | 58 | 31 |
| Octal | 122 | 17 | 351 | 101 | 136 | 0 | 11 | 402 | 130 | 61 |
| Binary | 1010010 | 1111 | 11101001 | 1000001 | 1011110 | 0 | 1001 | 100000010 | 1011000 | 110001 |
Color Harmonies of #520FE9
Complementary color
Monochromatic Colors of #520FE9
Black with #520FE9
Text Example
Text Example
White with #520FE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520FE9; }
p { color: rgb(82,15,233); }
H1.HeaderClassName
{
color: #520FE9;
}
.AnyTagClassName
{
color: #520FE9;
}
</style>
background-color css
<style>
a { background-color: #520FE9; }
a { background-color: rgb(82,15,233); }
div.DivClassName
{
background-color: #520FE9;
}
.BgClassName
{
background-color: #520FE9;
}
</style>
border-color css
<style>
span { border-color: #520FE9; }
span { border-color: rgb(82,15,233); }
td.TdClassName
{
border-color: #520FE9;
}
.TagClassName
{
border-color: #520FE9;
}
</style>