Shades of Han Purple #521ADC
Tints of Han Purple #521ADC
RGB
CMYK
RGB Variations
Color information
#521ADC (or 0x521ADC) is known color: Han Purple. HEX triplet: 52, 1A and DC. RGB value is (82,26,220). Sum of RGB (Red+Green+Blue) = 82+26+220=328 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25% from 328); Green value is 26 (10.55% from 255 or 7.93% from 328); Blue value is 220 (86.33% from 255 or 67.07% from 328); Max value from RGB is 220 - color contains mainly: blue. Hex color #521ADC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #521ADC is #ADE523. Grayscale: #404040. Windows color (decimal): -11396388 or 14424658. OLE color: 14424658.
HSL color Cylindrical-coordinate representation of color #521ADC: hue angle of 257.32º degrees, saturation: 0.79, 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 #521ADC is Cyan = 0.63, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 82 | 26 | 220 | - |
| CMYK | 0.63 | 0.88 | 0 | 0.14 |
| HSL | 257.32º | 0.79% | 0.48% | - |
| HSV(B) | 257.32º | 0.88% | 0.86% | - |
| XYZ | 16.77 | 7.7 | 68.31 | - |
| YUV | 64.86 | 215.55 | 140.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 26 | 220 | 0.63 | 0.88 | 0 | 0.14 | 257.32 | 0.79 | 0.48 |
| Hex | 52 | 1A | DC | 3F | 58 | 0 | E | 101 | 4F | 30 |
| Octal | 122 | 32 | 334 | 77 | 130 | 0 | 16 | 401 | 117 | 60 |
| Binary | 1010010 | 11010 | 11011100 | 111111 | 1011000 | 0 | 1110 | 100000001 | 1001111 | 110000 |
Color Harmonies of #521ADC
Complementary color
Monochromatic Colors of #521ADC
Black with #521ADC
Text Example
Text Example
White with #521ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521ADC; }
p { color: rgb(82,26,220); }
H1.HeaderClassName
{
color: #521ADC;
}
.AnyTagClassName
{
color: #521ADC;
}
</style>
background-color css
<style>
a { background-color: #521ADC; }
a { background-color: rgb(82,26,220); }
div.DivClassName
{
background-color: #521ADC;
}
.BgClassName
{
background-color: #521ADC;
}
</style>
border-color css
<style>
span { border-color: #521ADC; }
span { border-color: rgb(82,26,220); }
td.TdClassName
{
border-color: #521ADC;
}
.TagClassName
{
border-color: #521ADC;
}
</style>