Shades of Han Purple #521EDC
Tints of Han Purple #521EDC
RGB
CMYK
RGB Variations
Color information
#521EDC (or 0x521EDC) is known color: Han Purple. HEX triplet: 52, 1E and DC. RGB value is (82,30,220). Sum of RGB (Red+Green+Blue) = 82+30+220=332 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.70% from 332); Green value is 30 (12.11% from 255 or 9.04% from 332); Blue value is 220 (86.33% from 255 or 66.27% from 332); Max value from RGB is 220 - color contains mainly: blue. Hex color #521EDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #521EDC is #ADE123. Grayscale: #424242. Windows color (decimal): -11395364 or 14425682. OLE color: 14425682.
HSL color Cylindrical-coordinate representation of color #521EDC: hue angle of 256.42º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #521EDC is Cyan = 0.63, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 82 | 30 | 220 | - |
| CMYK | 0.63 | 0.86 | 0 | 0.14 |
| HSL | 256.42º | 0.76% | 0.49% | - |
| HSV(B) | 256.42º | 0.86% | 0.86% | - |
| XYZ | 16.86 | 7.89 | 68.34 | - |
| YUV | 67.21 | 214.23 | 138.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 30 | 220 | 0.63 | 0.86 | 0 | 0.14 | 256.42 | 0.76 | 0.49 |
| Hex | 52 | 1E | DC | 3F | 56 | 0 | E | 100 | 4C | 31 |
| Octal | 122 | 36 | 334 | 77 | 126 | 0 | 16 | 400 | 114 | 61 |
| Binary | 1010010 | 11110 | 11011100 | 111111 | 1010110 | 0 | 1110 | 100000000 | 1001100 | 110001 |
Color Harmonies of #521EDC
Complementary color
Monochromatic Colors of #521EDC
Black with #521EDC
Text Example
Text Example
White with #521EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521EDC; }
p { color: rgb(82,30,220); }
H1.HeaderClassName
{
color: #521EDC;
}
.AnyTagClassName
{
color: #521EDC;
}
</style>
background-color css
<style>
a { background-color: #521EDC; }
a { background-color: rgb(82,30,220); }
div.DivClassName
{
background-color: #521EDC;
}
.BgClassName
{
background-color: #521EDC;
}
</style>
border-color css
<style>
span { border-color: #521EDC; }
span { border-color: rgb(82,30,220); }
td.TdClassName
{
border-color: #521EDC;
}
.TagClassName
{
border-color: #521EDC;
}
</style>