Shades of Han Purple #520CD3
Tints of Han Purple #520CD3
RGB
CMYK
RGB Variations
Color information
#520CD3 (or 0x520CD3) is known color: Han Purple. HEX triplet: 52, 0C and D3. RGB value is (82,12,211). Sum of RGB (Red+Green+Blue) = 82+12+211=305 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.89% from 305); Green value is 12 (5.08% from 255 or 3.93% from 305); Blue value is 211 (82.81% from 255 or 69.18% from 305); Max value from RGB is 211 - color contains mainly: blue. Hex color #520CD3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #520CD3 is #ADF32C. Grayscale: #363636. Windows color (decimal): -11399981 or 13831250. OLE color: 13831250.
HSL color Cylindrical-coordinate representation of color #520CD3: hue angle of 261.11º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #520CD3 is Cyan = 0.61, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 82 | 12 | 211 | - |
| CMYK | 0.61 | 0.94 | 0 | 0.17 |
| HSL | 261.11º | 0.89% | 0.44% | - |
| HSV(B) | 261.11º | 0.94% | 0.83% | - |
| XYZ | 15.37 | 6.76 | 62.12 | - |
| YUV | 55.62 | 215.69 | 146.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 12 | 211 | 0.61 | 0.94 | 0 | 0.17 | 261.11 | 0.89 | 0.44 |
| Hex | 52 | C | D3 | 3D | 5E | 0 | 11 | 105 | 59 | 2C |
| Octal | 122 | 14 | 323 | 75 | 136 | 0 | 21 | 405 | 131 | 54 |
| Binary | 1010010 | 1100 | 11010011 | 111101 | 1011110 | 0 | 10001 | 100000101 | 1011001 | 101100 |
Color Harmonies of #520CD3
Complementary color
Monochromatic Colors of #520CD3
Black with #520CD3
Text Example
Text Example
White with #520CD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520CD3; }
p { color: rgb(82,12,211); }
H1.HeaderClassName
{
color: #520CD3;
}
.AnyTagClassName
{
color: #520CD3;
}
</style>
background-color css
<style>
a { background-color: #520CD3; }
a { background-color: rgb(82,12,211); }
div.DivClassName
{
background-color: #520CD3;
}
.BgClassName
{
background-color: #520CD3;
}
</style>
border-color css
<style>
span { border-color: #520CD3; }
span { border-color: rgb(82,12,211); }
td.TdClassName
{
border-color: #520CD3;
}
.TagClassName
{
border-color: #520CD3;
}
</style>