Shades of Han Purple #520CE6
Tints of Han Purple #520CE6
RGB
CMYK
RGB Variations
Color information
#520CE6 (or 0x520CE6) is known color: Han Purple. HEX triplet: 52, 0C and E6. RGB value is (82,12,230). Sum of RGB (Red+Green+Blue) = 82+12+230=324 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.31% from 324); Green value is 12 (5.08% from 255 or 3.70% from 324); Blue value is 230 (90.23% from 255 or 70.99% from 324); Max value from RGB is 230 - color contains mainly: blue. Hex color #520CE6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #520CE6 is #ADF319. Grayscale: #383838. Windows color (decimal): -11399962 or 15076434. OLE color: 15076434.
HSL color Cylindrical-coordinate representation of color #520CE6: hue angle of 259.27º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #520CE6 is Cyan = 0.64, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 82 | 12 | 230 | - |
| CMYK | 0.64 | 0.95 | 0 | 0.10 |
| HSL | 259.27º | 0.9% | 0.47% | - |
| HSV(B) | 259.27º | 0.95% | 0.9% | - |
| XYZ | 17.89 | 7.77 | 75.42 | - |
| YUV | 57.78 | 225.19 | 145.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 12 | 230 | 0.64 | 0.95 | 0 | 0.10 | 259.27 | 0.9 | 0.47 |
| Hex | 52 | C | E6 | 40 | 5F | 0 | A | 103 | 5A | 2F |
| Octal | 122 | 14 | 346 | 100 | 137 | 0 | 12 | 403 | 132 | 57 |
| Binary | 1010010 | 1100 | 11100110 | 1000000 | 1011111 | 0 | 1010 | 100000011 | 1011010 | 101111 |
Color Harmonies of #520CE6
Complementary color
Monochromatic Colors of #520CE6
Black with #520CE6
Text Example
Text Example
White with #520CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520CE6; }
p { color: rgb(82,12,230); }
H1.HeaderClassName
{
color: #520CE6;
}
.AnyTagClassName
{
color: #520CE6;
}
</style>
background-color css
<style>
a { background-color: #520CE6; }
a { background-color: rgb(82,12,230); }
div.DivClassName
{
background-color: #520CE6;
}
.BgClassName
{
background-color: #520CE6;
}
</style>
border-color css
<style>
span { border-color: #520CE6; }
span { border-color: rgb(82,12,230); }
td.TdClassName
{
border-color: #520CE6;
}
.TagClassName
{
border-color: #520CE6;
}
</style>