Shades of Han Purple #521EDA
Tints of Han Purple #521EDA
RGB
CMYK
RGB Variations
Color information
#521EDA (or 0x521EDA) is known color: Han Purple. HEX triplet: 52, 1E and DA. RGB value is (82,30,218). Sum of RGB (Red+Green+Blue) = 82+30+218=330 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.85% from 330); Green value is 30 (12.11% from 255 or 9.09% from 330); Blue value is 218 (85.55% from 255 or 66.06% from 330); Max value from RGB is 218 - color contains mainly: blue. Hex color #521EDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #521EDA is #ADE125. Grayscale: #424242. Windows color (decimal): -11395366 or 14294610. OLE color: 14294610.
HSL color Cylindrical-coordinate representation of color #521EDA: hue angle of 256.6º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #521EDA is Cyan = 0.62, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 82 | 30 | 218 | - |
| CMYK | 0.62 | 0.86 | 0 | 0.15 |
| HSL | 256.6º | 0.76% | 0.49% | - |
| HSV(B) | 256.6º | 0.86% | 0.85% | - |
| XYZ | 16.6 | 7.78 | 66.96 | - |
| YUV | 66.98 | 213.23 | 138.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 30 | 218 | 0.62 | 0.86 | 0 | 0.15 | 256.6 | 0.76 | 0.49 |
| Hex | 52 | 1E | DA | 3E | 56 | 0 | F | 101 | 4C | 31 |
| Octal | 122 | 36 | 332 | 76 | 126 | 0 | 17 | 401 | 114 | 61 |
| Binary | 1010010 | 11110 | 11011010 | 111110 | 1010110 | 0 | 1111 | 100000001 | 1001100 | 110001 |
Color Harmonies of #521EDA
Complementary color
Monochromatic Colors of #521EDA
Black with #521EDA
Text Example
Text Example
White with #521EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521EDA; }
p { color: rgb(82,30,218); }
H1.HeaderClassName
{
color: #521EDA;
}
.AnyTagClassName
{
color: #521EDA;
}
</style>
background-color css
<style>
a { background-color: #521EDA; }
a { background-color: rgb(82,30,218); }
div.DivClassName
{
background-color: #521EDA;
}
.BgClassName
{
background-color: #521EDA;
}
</style>
border-color css
<style>
span { border-color: #521EDA; }
span { border-color: rgb(82,30,218); }
td.TdClassName
{
border-color: #521EDA;
}
.TagClassName
{
border-color: #521EDA;
}
</style>