Shades of Han Purple #521DEE
Tints of Han Purple #521DEE
RGB
CMYK
RGB Variations
Color information
#521DEE (or 0x521DEE) is known color: Han Purple. HEX triplet: 52, 1D and EE. RGB value is (82,29,238). Sum of RGB (Red+Green+Blue) = 82+29+238=349 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.50% from 349); Green value is 29 (11.72% from 255 or 8.31% from 349); Blue value is 238 (93.36% from 255 or 68.19% from 349); Max value from RGB is 238 - color contains mainly: blue. Hex color #521DEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #521DEE is #ADE211. Grayscale: #434343. Windows color (decimal): -11395602 or 15605074. OLE color: 15605074.
HSL color Cylindrical-coordinate representation of color #521DEE: hue angle of 255.22º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #521DEE is Cyan = 0.66, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 82 | 29 | 238 | - |
| CMYK | 0.66 | 0.88 | 0 | 0.07 |
| HSL | 255.22º | 0.86% | 0.52% | - |
| HSV(B) | 255.22º | 0.88% | 0.93% | - |
| XYZ | 19.35 | 8.85 | 81.58 | - |
| YUV | 68.67 | 223.56 | 137.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 29 | 238 | 0.66 | 0.88 | 0 | 0.07 | 255.22 | 0.86 | 0.52 |
| Hex | 52 | 1D | EE | 42 | 58 | 0 | 7 | FF | 56 | 34 |
| Octal | 122 | 35 | 356 | 102 | 130 | 0 | 7 | 377 | 126 | 64 |
| Binary | 1010010 | 11101 | 11101110 | 1000010 | 1011000 | 0 | 111 | 11111111 | 1010110 | 110100 |
Color Harmonies of #521DEE
Complementary color
Monochromatic Colors of #521DEE
Black with #521DEE
Text Example
Text Example
White with #521DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521DEE; }
p { color: rgb(82,29,238); }
H1.HeaderClassName
{
color: #521DEE;
}
.AnyTagClassName
{
color: #521DEE;
}
</style>
background-color css
<style>
a { background-color: #521DEE; }
a { background-color: rgb(82,29,238); }
div.DivClassName
{
background-color: #521DEE;
}
.BgClassName
{
background-color: #521DEE;
}
</style>
border-color css
<style>
span { border-color: #521DEE; }
span { border-color: rgb(82,29,238); }
td.TdClassName
{
border-color: #521DEE;
}
.TagClassName
{
border-color: #521DEE;
}
</style>