Shades of Han Purple #520FEF
Tints of Han Purple #520FEF
RGB
CMYK
RGB Variations
Color information
#520FEF (or 0x520FEF) is known color: Han Purple. HEX triplet: 52, 0F and EF. RGB value is (82,15,239). Sum of RGB (Red+Green+Blue) = 82+15+239=336 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.40% from 336); Green value is 15 (6.25% from 255 or 4.46% from 336); Blue value is 239 (93.75% from 255 or 71.13% from 336); Max value from RGB is 239 - color contains mainly: blue. Hex color #520FEF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #520FEF is #ADF010. Grayscale: #3B3B3B. Windows color (decimal): -11399185 or 15667026. OLE color: 15667026.
HSL color Cylindrical-coordinate representation of color #520FEF: hue angle of 257.95º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #520FEF is Cyan = 0.66, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 82 | 15 | 239 | - |
| CMYK | 0.66 | 0.94 | 0 | 0.06 |
| HSL | 257.95º | 0.88% | 0.5% | - |
| HSV(B) | 257.95º | 0.94% | 0.94% | - |
| XYZ | 19.23 | 8.37 | 82.26 | - |
| YUV | 60.57 | 228.7 | 143.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 15 | 239 | 0.66 | 0.94 | 0 | 0.06 | 257.95 | 0.88 | 0.5 |
| Hex | 52 | F | EF | 42 | 5E | 0 | 6 | 102 | 58 | 32 |
| Octal | 122 | 17 | 357 | 102 | 136 | 0 | 6 | 402 | 130 | 62 |
| Binary | 1010010 | 1111 | 11101111 | 1000010 | 1011110 | 0 | 110 | 100000010 | 1011000 | 110010 |
Color Harmonies of #520FEF
Complementary color
Monochromatic Colors of #520FEF
Black with #520FEF
Text Example
Text Example
White with #520FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520FEF; }
p { color: rgb(82,15,239); }
H1.HeaderClassName
{
color: #520FEF;
}
.AnyTagClassName
{
color: #520FEF;
}
</style>
background-color css
<style>
a { background-color: #520FEF; }
a { background-color: rgb(82,15,239); }
div.DivClassName
{
background-color: #520FEF;
}
.BgClassName
{
background-color: #520FEF;
}
</style>
border-color css
<style>
span { border-color: #520FEF; }
span { border-color: rgb(82,15,239); }
td.TdClassName
{
border-color: #520FEF;
}
.TagClassName
{
border-color: #520FEF;
}
</style>