Shades of Han Purple #520DFE
Tints of Han Purple #520DFE
RGB
CMYK
RGB Variations
Color information
#520DFE (or 0x520DFE) is known color: Han Purple. HEX triplet: 52, 0D and FE. RGB value is (82,13,254). Sum of RGB (Red+Green+Blue) = 82+13+254=349 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.50% from 349); Green value is 13 (5.47% from 255 or 3.72% from 349); Blue value is 254 (99.61% from 255 or 72.78% from 349); Max value from RGB is 254 - color contains mainly: blue. Hex color #520DFE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #520DFE is #ADF201. Grayscale: #3C3C3C. Windows color (decimal): -11399682 or 16649554. OLE color: 16649554.
HSL color Cylindrical-coordinate representation of color #520DFE: hue angle of 257.18º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #520DFE is Cyan = 0.68, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 82 | 13 | 254 | - |
| CMYK | 0.68 | 0.95 | 0 | 0.00 |
| HSL | 257.18º | 0.99% | 0.52% | - |
| HSV(B) | 257.18º | 0.95% | 1% | - |
| XYZ | 21.51 | 9.24 | 94.42 | - |
| YUV | 61.11 | 236.86 | 142.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 13 | 254 | 0.68 | 0.95 | 0 | 0.00 | 257.18 | 0.99 | 0.52 |
| Hex | 52 | D | FE | 44 | 5F | 0 | 0 | 101 | 63 | 34 |
| Octal | 122 | 15 | 376 | 104 | 137 | 0 | 0 | 401 | 143 | 64 |
| Binary | 1010010 | 1101 | 11111110 | 1000100 | 1011111 | 0 | 0 | 100000001 | 1100011 | 110100 |
Color Harmonies of #520DFE
Complementary color
Monochromatic Colors of #520DFE
Black with #520DFE
Text Example
Text Example
White with #520DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520DFE; }
p { color: rgb(82,13,254); }
H1.HeaderClassName
{
color: #520DFE;
}
.AnyTagClassName
{
color: #520DFE;
}
</style>
background-color css
<style>
a { background-color: #520DFE; }
a { background-color: rgb(82,13,254); }
div.DivClassName
{
background-color: #520DFE;
}
.BgClassName
{
background-color: #520DFE;
}
</style>
border-color css
<style>
span { border-color: #520DFE; }
span { border-color: rgb(82,13,254); }
td.TdClassName
{
border-color: #520DFE;
}
.TagClassName
{
border-color: #520DFE;
}
</style>