Shades of Han Purple #521BDE
Tints of Han Purple #521BDE
RGB
CMYK
RGB Variations
Color information
#521BDE (or 0x521BDE) is known color: Han Purple. HEX triplet: 52, 1B and DE. RGB value is (82,27,222). Sum of RGB (Red+Green+Blue) = 82+27+222=331 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.77% from 331); Green value is 27 (10.94% from 255 or 8.16% from 331); Blue value is 222 (87.11% from 255 or 67.07% from 331); Max value from RGB is 222 - color contains mainly: blue. Hex color #521BDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #521BDE is #ADE421. Grayscale: #404040. Windows color (decimal): -11396130 or 14555986. OLE color: 14555986.
HSL color Cylindrical-coordinate representation of color #521BDE: hue angle of 256.92º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #521BDE is Cyan = 0.63, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 82 | 27 | 222 | - |
| CMYK | 0.63 | 0.88 | 0 | 0.13 |
| HSL | 256.92º | 0.78% | 0.49% | - |
| HSV(B) | 256.92º | 0.88% | 0.87% | - |
| XYZ | 17.06 | 7.85 | 69.72 | - |
| YUV | 65.68 | 216.22 | 139.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 27 | 222 | 0.63 | 0.88 | 0 | 0.13 | 256.92 | 0.78 | 0.49 |
| Hex | 52 | 1B | DE | 3F | 58 | 0 | D | 101 | 4E | 31 |
| Octal | 122 | 33 | 336 | 77 | 130 | 0 | 15 | 401 | 116 | 61 |
| Binary | 1010010 | 11011 | 11011110 | 111111 | 1011000 | 0 | 1101 | 100000001 | 1001110 | 110001 |
Color Harmonies of #521BDE
Complementary color
Monochromatic Colors of #521BDE
Black with #521BDE
Text Example
Text Example
White with #521BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521BDE; }
p { color: rgb(82,27,222); }
H1.HeaderClassName
{
color: #521BDE;
}
.AnyTagClassName
{
color: #521BDE;
}
</style>
background-color css
<style>
a { background-color: #521BDE; }
a { background-color: rgb(82,27,222); }
div.DivClassName
{
background-color: #521BDE;
}
.BgClassName
{
background-color: #521BDE;
}
</style>
border-color css
<style>
span { border-color: #521BDE; }
span { border-color: rgb(82,27,222); }
td.TdClassName
{
border-color: #521BDE;
}
.TagClassName
{
border-color: #521BDE;
}
</style>