Shades of Han Purple #520BD4
Tints of Han Purple #520BD4
RGB
CMYK
RGB Variations
Color information
#520BD4 (or 0x520BD4) is known color: Han Purple. HEX triplet: 52, 0B and D4. RGB value is (82,11,212). Sum of RGB (Red+Green+Blue) = 82+11+212=305 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.89% from 305); Green value is 11 (4.69% from 255 or 3.61% from 305); Blue value is 212 (83.20% from 255 or 69.51% from 305); Max value from RGB is 212 - color contains mainly: blue. Hex color #520BD4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #520BD4 is #ADF42B. Grayscale: #363636. Windows color (decimal): -11400236 or 13896530. OLE color: 13896530.
HSL color Cylindrical-coordinate representation of color #520BD4: hue angle of 261.19º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #520BD4 is Cyan = 0.61, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 82 | 11 | 212 | - |
| CMYK | 0.61 | 0.95 | 0 | 0.17 |
| HSL | 261.19º | 0.9% | 0.44% | - |
| HSV(B) | 261.19º | 0.95% | 0.83% | - |
| XYZ | 15.48 | 6.79 | 62.78 | - |
| YUV | 55.14 | 216.52 | 147.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 11 | 212 | 0.61 | 0.95 | 0 | 0.17 | 261.19 | 0.9 | 0.44 |
| Hex | 52 | B | D4 | 3D | 5F | 0 | 11 | 105 | 5A | 2C |
| Octal | 122 | 13 | 324 | 75 | 137 | 0 | 21 | 405 | 132 | 54 |
| Binary | 1010010 | 1011 | 11010100 | 111101 | 1011111 | 0 | 10001 | 100000101 | 1011010 | 101100 |
Color Harmonies of #520BD4
Complementary color
Monochromatic Colors of #520BD4
Black with #520BD4
Text Example
Text Example
White with #520BD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520BD4; }
p { color: rgb(82,11,212); }
H1.HeaderClassName
{
color: #520BD4;
}
.AnyTagClassName
{
color: #520BD4;
}
</style>
background-color css
<style>
a { background-color: #520BD4; }
a { background-color: rgb(82,11,212); }
div.DivClassName
{
background-color: #520BD4;
}
.BgClassName
{
background-color: #520BD4;
}
</style>
border-color css
<style>
span { border-color: #520BD4; }
span { border-color: rgb(82,11,212); }
td.TdClassName
{
border-color: #520BD4;
}
.TagClassName
{
border-color: #520BD4;
}
</style>