Shades of Han Purple #521BDC
Tints of Han Purple #521BDC
RGB
CMYK
RGB Variations
Color information
#521BDC (or 0x521BDC) is known color: Han Purple. HEX triplet: 52, 1B and DC. RGB value is (82,27,220). Sum of RGB (Red+Green+Blue) = 82+27+220=329 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.92% from 329); Green value is 27 (10.94% from 255 or 8.21% from 329); Blue value is 220 (86.33% from 255 or 66.87% from 329); Max value from RGB is 220 - color contains mainly: blue. Hex color #521BDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #521BDC is #ADE423. Grayscale: #404040. Windows color (decimal): -11396132 or 14424914. OLE color: 14424914.
HSL color Cylindrical-coordinate representation of color #521BDC: hue angle of 257.1º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #521BDC is Cyan = 0.63, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 82 | 27 | 220 | - |
| CMYK | 0.63 | 0.88 | 0 | 0.14 |
| HSL | 257.1º | 0.78% | 0.48% | - |
| HSV(B) | 257.1º | 0.88% | 0.86% | - |
| XYZ | 16.79 | 7.75 | 68.32 | - |
| YUV | 65.45 | 215.22 | 139.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 27 | 220 | 0.63 | 0.88 | 0 | 0.14 | 257.1 | 0.78 | 0.48 |
| Hex | 52 | 1B | DC | 3F | 58 | 0 | E | 101 | 4E | 30 |
| Octal | 122 | 33 | 334 | 77 | 130 | 0 | 16 | 401 | 116 | 60 |
| Binary | 1010010 | 11011 | 11011100 | 111111 | 1011000 | 0 | 1110 | 100000001 | 1001110 | 110000 |
Color Harmonies of #521BDC
Complementary color
Monochromatic Colors of #521BDC
Black with #521BDC
Text Example
Text Example
White with #521BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521BDC; }
p { color: rgb(82,27,220); }
H1.HeaderClassName
{
color: #521BDC;
}
.AnyTagClassName
{
color: #521BDC;
}
</style>
background-color css
<style>
a { background-color: #521BDC; }
a { background-color: rgb(82,27,220); }
div.DivClassName
{
background-color: #521BDC;
}
.BgClassName
{
background-color: #521BDC;
}
</style>
border-color css
<style>
span { border-color: #521BDC; }
span { border-color: rgb(82,27,220); }
td.TdClassName
{
border-color: #521BDC;
}
.TagClassName
{
border-color: #521BDC;
}
</style>