Shades of Han Purple #520BDF
Tints of Han Purple #520BDF
RGB
CMYK
RGB Variations
Color information
#520BDF (or 0x520BDF) is known color: Han Purple. HEX triplet: 52, 0B and DF. RGB value is (82,11,223). Sum of RGB (Red+Green+Blue) = 82+11+223=316 (41% of max value = 765). Red value is 82 (32.42% from 255 or 25.95% from 316); Green value is 11 (4.69% from 255 or 3.48% from 316); Blue value is 223 (87.5% from 255 or 70.57% from 316); Max value from RGB is 223 - color contains mainly: blue. Hex color #520BDF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #520BDF is #ADF420. Grayscale: #373737. Windows color (decimal): -11400225 or 14617426. OLE color: 14617426.
HSL color Cylindrical-coordinate representation of color #520BDF: hue angle of 260.09º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #520BDF is Cyan = 0.63, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 82 | 11 | 223 | - |
| CMYK | 0.63 | 0.95 | 0 | 0.13 |
| HSL | 260.09º | 0.91% | 0.46% | - |
| HSV(B) | 260.09º | 0.95% | 0.87% | - |
| XYZ | 16.92 | 7.36 | 70.34 | - |
| YUV | 56.4 | 222.02 | 146.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 11 | 223 | 0.63 | 0.95 | 0 | 0.13 | 260.09 | 0.91 | 0.46 |
| Hex | 52 | B | DF | 3F | 5F | 0 | D | 104 | 5B | 2E |
| Octal | 122 | 13 | 337 | 77 | 137 | 0 | 15 | 404 | 133 | 56 |
| Binary | 1010010 | 1011 | 11011111 | 111111 | 1011111 | 0 | 1101 | 100000100 | 1011011 | 101110 |
Color Harmonies of #520BDF
Complementary color
Monochromatic Colors of #520BDF
Black with #520BDF
Text Example
Text Example
White with #520BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520BDF; }
p { color: rgb(82,11,223); }
H1.HeaderClassName
{
color: #520BDF;
}
.AnyTagClassName
{
color: #520BDF;
}
</style>
background-color css
<style>
a { background-color: #520BDF; }
a { background-color: rgb(82,11,223); }
div.DivClassName
{
background-color: #520BDF;
}
.BgClassName
{
background-color: #520BDF;
}
</style>
border-color css
<style>
span { border-color: #520BDF; }
span { border-color: rgb(82,11,223); }
td.TdClassName
{
border-color: #520BDF;
}
.TagClassName
{
border-color: #520BDF;
}
</style>