Shades of Han Purple #520DF2
Tints of Han Purple #520DF2
RGB
CMYK
RGB Variations
Color information
#520DF2 (or 0x520DF2) is known color: Han Purple. HEX triplet: 52, 0D and F2. RGB value is (82,13,242). Sum of RGB (Red+Green+Blue) = 82+13+242=337 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.33% from 337); Green value is 13 (5.47% from 255 or 3.86% from 337); Blue value is 242 (94.92% from 255 or 71.81% from 337); Max value from RGB is 242 - color contains mainly: blue. Hex color #520DF2 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #520DF2 is #ADF20D. Grayscale: #3A3A3A. Windows color (decimal): -11399694 or 15863122. OLE color: 15863122.
HSL color Cylindrical-coordinate representation of color #520DF2: hue angle of 258.08º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #520DF2 is Cyan = 0.66, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 82 | 13 | 242 | - |
| CMYK | 0.66 | 0.95 | 0 | 0.05 |
| HSL | 258.08º | 0.9% | 0.5% | - |
| HSV(B) | 258.08º | 0.95% | 0.95% | - |
| XYZ | 19.65 | 8.49 | 84.61 | - |
| YUV | 59.74 | 230.86 | 143.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 13 | 242 | 0.66 | 0.95 | 0 | 0.05 | 258.08 | 0.9 | 0.5 |
| Hex | 52 | D | F2 | 42 | 5F | 0 | 5 | 102 | 5A | 32 |
| Octal | 122 | 15 | 362 | 102 | 137 | 0 | 5 | 402 | 132 | 62 |
| Binary | 1010010 | 1101 | 11110010 | 1000010 | 1011111 | 0 | 101 | 100000010 | 1011010 | 110010 |
Color Harmonies of #520DF2
Complementary color
Monochromatic Colors of #520DF2
Black with #520DF2
Text Example
Text Example
White with #520DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520DF2; }
p { color: rgb(82,13,242); }
H1.HeaderClassName
{
color: #520DF2;
}
.AnyTagClassName
{
color: #520DF2;
}
</style>
background-color css
<style>
a { background-color: #520DF2; }
a { background-color: rgb(82,13,242); }
div.DivClassName
{
background-color: #520DF2;
}
.BgClassName
{
background-color: #520DF2;
}
</style>
border-color css
<style>
span { border-color: #520DF2; }
span { border-color: rgb(82,13,242); }
td.TdClassName
{
border-color: #520DF2;
}
.TagClassName
{
border-color: #520DF2;
}
</style>