Shades of Han Purple #520DEE
Tints of Han Purple #520DEE
RGB
CMYK
RGB Variations
Color information
#520DEE (or 0x520DEE) is known color: Han Purple. HEX triplet: 52, 0D and EE. RGB value is (82,13,238). Sum of RGB (Red+Green+Blue) = 82+13+238=333 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.62% from 333); Green value is 13 (5.47% from 255 or 3.90% from 333); Blue value is 238 (93.36% from 255 or 71.47% from 333); Max value from RGB is 238 - color contains mainly: blue. Hex color #520DEE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #520DEE is #ADF211. Grayscale: #3A3A3A. Windows color (decimal): -11399698 or 15600978. OLE color: 15600978.
HSL color Cylindrical-coordinate representation of color #520DEE: hue angle of 258.4º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #520DEE is Cyan = 0.66, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 82 | 13 | 238 | - |
| CMYK | 0.66 | 0.95 | 0 | 0.07 |
| HSL | 258.4º | 0.9% | 0.49% | - |
| HSV(B) | 258.4º | 0.95% | 0.93% | - |
| XYZ | 19.06 | 8.25 | 81.48 | - |
| YUV | 59.28 | 228.86 | 144.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 13 | 238 | 0.66 | 0.95 | 0 | 0.07 | 258.4 | 0.9 | 0.49 |
| Hex | 52 | D | EE | 42 | 5F | 0 | 7 | 102 | 5A | 31 |
| Octal | 122 | 15 | 356 | 102 | 137 | 0 | 7 | 402 | 132 | 61 |
| Binary | 1010010 | 1101 | 11101110 | 1000010 | 1011111 | 0 | 111 | 100000010 | 1011010 | 110001 |
Color Harmonies of #520DEE
Complementary color
Monochromatic Colors of #520DEE
Black with #520DEE
Text Example
Text Example
White with #520DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520DEE; }
p { color: rgb(82,13,238); }
H1.HeaderClassName
{
color: #520DEE;
}
.AnyTagClassName
{
color: #520DEE;
}
</style>
background-color css
<style>
a { background-color: #520DEE; }
a { background-color: rgb(82,13,238); }
div.DivClassName
{
background-color: #520DEE;
}
.BgClassName
{
background-color: #520DEE;
}
</style>
border-color css
<style>
span { border-color: #520DEE; }
span { border-color: rgb(82,13,238); }
td.TdClassName
{
border-color: #520DEE;
}
.TagClassName
{
border-color: #520DEE;
}
</style>