Shades of Han Purple #520CD7
Tints of Han Purple #520CD7
RGB
CMYK
RGB Variations
Color information
#520CD7 (or 0x520CD7) is known color: Han Purple. HEX triplet: 52, 0C and D7. RGB value is (82,12,215). Sum of RGB (Red+Green+Blue) = 82+12+215=309 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.54% from 309); Green value is 12 (5.08% from 255 or 3.88% from 309); Blue value is 215 (84.38% from 255 or 69.58% from 309); Max value from RGB is 215 - color contains mainly: blue. Hex color #520CD7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #520CD7 is #ADF328. Grayscale: #373737. Windows color (decimal): -11399977 or 14093394. OLE color: 14093394.
HSL color Cylindrical-coordinate representation of color #520CD7: hue angle of 260.69º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #520CD7 is Cyan = 0.62, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 82 | 12 | 215 | - |
| CMYK | 0.62 | 0.94 | 0 | 0.16 |
| HSL | 260.69º | 0.89% | 0.45% | - |
| HSV(B) | 260.69º | 0.94% | 0.84% | - |
| XYZ | 15.88 | 6.96 | 64.8 | - |
| YUV | 56.07 | 217.69 | 146.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 12 | 215 | 0.62 | 0.94 | 0 | 0.16 | 260.69 | 0.89 | 0.45 |
| Hex | 52 | C | D7 | 3E | 5E | 0 | 10 | 105 | 59 | 2D |
| Octal | 122 | 14 | 327 | 76 | 136 | 0 | 20 | 405 | 131 | 55 |
| Binary | 1010010 | 1100 | 11010111 | 111110 | 1011110 | 0 | 10000 | 100000101 | 1011001 | 101101 |
Color Harmonies of #520CD7
Complementary color
Monochromatic Colors of #520CD7
Black with #520CD7
Text Example
Text Example
White with #520CD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520CD7; }
p { color: rgb(82,12,215); }
H1.HeaderClassName
{
color: #520CD7;
}
.AnyTagClassName
{
color: #520CD7;
}
</style>
background-color css
<style>
a { background-color: #520CD7; }
a { background-color: rgb(82,12,215); }
div.DivClassName
{
background-color: #520CD7;
}
.BgClassName
{
background-color: #520CD7;
}
</style>
border-color css
<style>
span { border-color: #520CD7; }
span { border-color: rgb(82,12,215); }
td.TdClassName
{
border-color: #520CD7;
}
.TagClassName
{
border-color: #520CD7;
}
</style>