Shades of Han Purple #521BDD
Tints of Han Purple #521BDD
RGB
CMYK
RGB Variations
Color information
#521BDD (or 0x521BDD) is known color: Han Purple. HEX triplet: 52, 1B and DD. RGB value is (82,27,221). Sum of RGB (Red+Green+Blue) = 82+27+221=330 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.85% from 330); Green value is 27 (10.94% from 255 or 8.18% from 330); Blue value is 221 (86.72% from 255 or 66.97% from 330); Max value from RGB is 221 - color contains mainly: blue. Hex color #521BDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #521BDD is #ADE422. Grayscale: #404040. Windows color (decimal): -11396131 or 14490450. OLE color: 14490450.
HSL color Cylindrical-coordinate representation of color #521BDD: hue angle of 257.01º 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 #521BDD is Cyan = 0.63, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 82 | 27 | 221 | - |
| CMYK | 0.63 | 0.88 | 0 | 0.13 |
| HSL | 257.01º | 0.78% | 0.49% | - |
| HSV(B) | 257.01º | 0.88% | 0.87% | - |
| XYZ | 16.92 | 7.8 | 69.02 | - |
| YUV | 65.56 | 215.72 | 139.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 27 | 221 | 0.63 | 0.88 | 0 | 0.13 | 257.01 | 0.78 | 0.49 |
| Hex | 52 | 1B | DD | 3F | 58 | 0 | D | 101 | 4E | 31 |
| Octal | 122 | 33 | 335 | 77 | 130 | 0 | 15 | 401 | 116 | 61 |
| Binary | 1010010 | 11011 | 11011101 | 111111 | 1011000 | 0 | 1101 | 100000001 | 1001110 | 110001 |
Color Harmonies of #521BDD
Complementary color
Monochromatic Colors of #521BDD
Black with #521BDD
Text Example
Text Example
White with #521BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521BDD; }
p { color: rgb(82,27,221); }
H1.HeaderClassName
{
color: #521BDD;
}
.AnyTagClassName
{
color: #521BDD;
}
</style>
background-color css
<style>
a { background-color: #521BDD; }
a { background-color: rgb(82,27,221); }
div.DivClassName
{
background-color: #521BDD;
}
.BgClassName
{
background-color: #521BDD;
}
</style>
border-color css
<style>
span { border-color: #521BDD; }
span { border-color: rgb(82,27,221); }
td.TdClassName
{
border-color: #521BDD;
}
.TagClassName
{
border-color: #521BDD;
}
</style>