Shades of Han Purple #520FDA
Tints of Han Purple #520FDA
RGB
CMYK
RGB Variations
Color information
#520FDA (or 0x520FDA) is known color: Han Purple. HEX triplet: 52, 0F and DA. RGB value is (82,15,218). Sum of RGB (Red+Green+Blue) = 82+15+218=315 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.03% from 315); Green value is 15 (6.25% from 255 or 4.76% from 315); Blue value is 218 (85.55% from 255 or 69.21% from 315); Max value from RGB is 218 - color contains mainly: blue. Hex color #520FDA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #520FDA is #ADF025. Grayscale: #393939. Windows color (decimal): -11399206 or 14290770. OLE color: 14290770.
HSL color Cylindrical-coordinate representation of color #520FDA: hue angle of 259.8º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #520FDA is Cyan = 0.62, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 82 | 15 | 218 | - |
| CMYK | 0.62 | 0.93 | 0 | 0.15 |
| HSL | 259.8º | 0.87% | 0.46% | - |
| HSV(B) | 259.8º | 0.93% | 0.85% | - |
| XYZ | 16.31 | 7.2 | 66.86 | - |
| YUV | 58.18 | 218.2 | 144.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 15 | 218 | 0.62 | 0.93 | 0 | 0.15 | 259.8 | 0.87 | 0.46 |
| Hex | 52 | F | DA | 3E | 5D | 0 | F | 104 | 57 | 2E |
| Octal | 122 | 17 | 332 | 76 | 135 | 0 | 17 | 404 | 127 | 56 |
| Binary | 1010010 | 1111 | 11011010 | 111110 | 1011101 | 0 | 1111 | 100000100 | 1010111 | 101110 |
Color Harmonies of #520FDA
Complementary color
Monochromatic Colors of #520FDA
Black with #520FDA
Text Example
Text Example
White with #520FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520FDA; }
p { color: rgb(82,15,218); }
H1.HeaderClassName
{
color: #520FDA;
}
.AnyTagClassName
{
color: #520FDA;
}
</style>
background-color css
<style>
a { background-color: #520FDA; }
a { background-color: rgb(82,15,218); }
div.DivClassName
{
background-color: #520FDA;
}
.BgClassName
{
background-color: #520FDA;
}
</style>
border-color css
<style>
span { border-color: #520FDA; }
span { border-color: rgb(82,15,218); }
td.TdClassName
{
border-color: #520FDA;
}
.TagClassName
{
border-color: #520FDA;
}
</style>