Shades of Han Purple #520FF9
Tints of Han Purple #520FF9
RGB
CMYK
RGB Variations
Color information
#520FF9 (or 0x520FF9) is known color: Han Purple. HEX triplet: 52, 0F and F9. RGB value is (82,15,249). Sum of RGB (Red+Green+Blue) = 82+15+249=346 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.70% from 346); Green value is 15 (6.25% from 255 or 4.34% from 346); Blue value is 249 (97.66% from 255 or 71.97% from 346); Max value from RGB is 249 - color contains mainly: blue. Hex color #520FF9 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #520FF9 is #ADF006. Grayscale: #3C3C3C. Windows color (decimal): -11399175 or 16322386. OLE color: 16322386.
HSL color Cylindrical-coordinate representation of color #520FF9: hue angle of 257.18º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #520FF9 is Cyan = 0.67, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 82 | 15 | 249 | - |
| CMYK | 0.67 | 0.94 | 0 | 0.02 |
| HSL | 257.18º | 0.95% | 0.52% | - |
| HSV(B) | 257.18º | 0.94% | 0.98% | - |
| XYZ | 20.75 | 8.98 | 90.26 | - |
| YUV | 61.71 | 233.7 | 142.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 15 | 249 | 0.67 | 0.94 | 0 | 0.02 | 257.18 | 0.95 | 0.52 |
| Hex | 52 | F | F9 | 43 | 5E | 0 | 2 | 101 | 5F | 34 |
| Octal | 122 | 17 | 371 | 103 | 136 | 0 | 2 | 401 | 137 | 64 |
| Binary | 1010010 | 1111 | 11111001 | 1000011 | 1011110 | 0 | 10 | 100000001 | 1011111 | 110100 |
Color Harmonies of #520FF9
Complementary color
Monochromatic Colors of #520FF9
Black with #520FF9
Text Example
Text Example
White with #520FF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520FF9; }
p { color: rgb(82,15,249); }
H1.HeaderClassName
{
color: #520FF9;
}
.AnyTagClassName
{
color: #520FF9;
}
</style>
background-color css
<style>
a { background-color: #520FF9; }
a { background-color: rgb(82,15,249); }
div.DivClassName
{
background-color: #520FF9;
}
.BgClassName
{
background-color: #520FF9;
}
</style>
border-color css
<style>
span { border-color: #520FF9; }
span { border-color: rgb(82,15,249); }
td.TdClassName
{
border-color: #520FF9;
}
.TagClassName
{
border-color: #520FF9;
}
</style>