Shades of Han Purple #521AD8
Tints of Han Purple #521AD8
RGB
CMYK
RGB Variations
Color information
#521AD8 (or 0x521AD8) is known color: Han Purple. HEX triplet: 52, 1A and D8. RGB value is (82,26,216). Sum of RGB (Red+Green+Blue) = 82+26+216=324 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.31% from 324); Green value is 26 (10.55% from 255 or 8.02% from 324); Blue value is 216 (84.77% from 255 or 66.67% from 324); Max value from RGB is 216 - color contains mainly: blue. Hex color #521AD8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #521AD8 is #ADE527. Grayscale: #3F3F3F. Windows color (decimal): -11396392 or 14162514. OLE color: 14162514.
HSL color Cylindrical-coordinate representation of color #521AD8: hue angle of 257.68º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #521AD8 is Cyan = 0.62, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 82 | 26 | 216 | - |
| CMYK | 0.62 | 0.88 | 0 | 0.15 |
| HSL | 257.68º | 0.79% | 0.47% | - |
| HSV(B) | 257.68º | 0.88% | 0.85% | - |
| XYZ | 16.24 | 7.49 | 65.56 | - |
| YUV | 64.4 | 213.55 | 140.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 26 | 216 | 0.62 | 0.88 | 0 | 0.15 | 257.68 | 0.79 | 0.47 |
| Hex | 52 | 1A | D8 | 3E | 58 | 0 | F | 102 | 4F | 2F |
| Octal | 122 | 32 | 330 | 76 | 130 | 0 | 17 | 402 | 117 | 57 |
| Binary | 1010010 | 11010 | 11011000 | 111110 | 1011000 | 0 | 1111 | 100000010 | 1001111 | 101111 |
Color Harmonies of #521AD8
Complementary color
Monochromatic Colors of #521AD8
Black with #521AD8
Text Example
Text Example
White with #521AD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521AD8; }
p { color: rgb(82,26,216); }
H1.HeaderClassName
{
color: #521AD8;
}
.AnyTagClassName
{
color: #521AD8;
}
</style>
background-color css
<style>
a { background-color: #521AD8; }
a { background-color: rgb(82,26,216); }
div.DivClassName
{
background-color: #521AD8;
}
.BgClassName
{
background-color: #521AD8;
}
</style>
border-color css
<style>
span { border-color: #521AD8; }
span { border-color: rgb(82,26,216); }
td.TdClassName
{
border-color: #521AD8;
}
.TagClassName
{
border-color: #521AD8;
}
</style>