Shades of Han Purple #521ADD
Tints of Han Purple #521ADD
RGB
CMYK
RGB Variations
Color information
#521ADD (or 0x521ADD) is known color: Han Purple. HEX triplet: 52, 1A and DD. RGB value is (82,26,221). Sum of RGB (Red+Green+Blue) = 82+26+221=329 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.92% from 329); Green value is 26 (10.55% from 255 or 7.90% from 329); Blue value is 221 (86.72% from 255 or 67.17% from 329); Max value from RGB is 221 - color contains mainly: blue. Hex color #521ADD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #521ADD is #ADE522. Grayscale: #404040. Windows color (decimal): -11396387 or 14490194. OLE color: 14490194.
HSL color Cylindrical-coordinate representation of color #521ADD: hue angle of 257.23º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #521ADD is Cyan = 0.63, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 82 | 26 | 221 | - |
| CMYK | 0.63 | 0.88 | 0 | 0.13 |
| HSL | 257.23º | 0.79% | 0.48% | - |
| HSV(B) | 257.23º | 0.88% | 0.87% | - |
| XYZ | 16.9 | 7.75 | 69.01 | - |
| YUV | 64.97 | 216.05 | 140.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 26 | 221 | 0.63 | 0.88 | 0 | 0.13 | 257.23 | 0.79 | 0.48 |
| Hex | 52 | 1A | DD | 3F | 58 | 0 | D | 101 | 4F | 30 |
| Octal | 122 | 32 | 335 | 77 | 130 | 0 | 15 | 401 | 117 | 60 |
| Binary | 1010010 | 11010 | 11011101 | 111111 | 1011000 | 0 | 1101 | 100000001 | 1001111 | 110000 |
Color Harmonies of #521ADD
Complementary color
Monochromatic Colors of #521ADD
Black with #521ADD
Text Example
Text Example
White with #521ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521ADD; }
p { color: rgb(82,26,221); }
H1.HeaderClassName
{
color: #521ADD;
}
.AnyTagClassName
{
color: #521ADD;
}
</style>
background-color css
<style>
a { background-color: #521ADD; }
a { background-color: rgb(82,26,221); }
div.DivClassName
{
background-color: #521ADD;
}
.BgClassName
{
background-color: #521ADD;
}
</style>
border-color css
<style>
span { border-color: #521ADD; }
span { border-color: rgb(82,26,221); }
td.TdClassName
{
border-color: #521ADD;
}
.TagClassName
{
border-color: #521ADD;
}
</style>