Shades of Han Purple #521EEA
Tints of Han Purple #521EEA
RGB
CMYK
RGB Variations
Color information
#521EEA (or 0x521EEA) is known color: Han Purple. HEX triplet: 52, 1E and EA. RGB value is (82,30,234). Sum of RGB (Red+Green+Blue) = 82+30+234=346 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.70% from 346); Green value is 30 (12.11% from 255 or 8.67% from 346); Blue value is 234 (91.80% from 255 or 67.63% from 346); Max value from RGB is 234 - color contains mainly: blue. Hex color #521EEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #521EEA is #ADE115. Grayscale: #444444. Windows color (decimal): -11395350 or 15343186. OLE color: 15343186.
HSL color Cylindrical-coordinate representation of color #521EEA: hue angle of 255.29º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #521EEA is Cyan = 0.65, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 82 | 30 | 234 | - |
| CMYK | 0.65 | 0.87 | 0 | 0.08 |
| HSL | 255.29º | 0.83% | 0.52% | - |
| HSV(B) | 255.29º | 0.87% | 0.92% | - |
| XYZ | 18.8 | 8.66 | 78.52 | - |
| YUV | 68.8 | 221.23 | 137.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 30 | 234 | 0.65 | 0.87 | 0 | 0.08 | 255.29 | 0.83 | 0.52 |
| Hex | 52 | 1E | EA | 41 | 57 | 0 | 8 | FF | 53 | 34 |
| Octal | 122 | 36 | 352 | 101 | 127 | 0 | 10 | 377 | 123 | 64 |
| Binary | 1010010 | 11110 | 11101010 | 1000001 | 1010111 | 0 | 1000 | 11111111 | 1010011 | 110100 |
Color Harmonies of #521EEA
Complementary color
Monochromatic Colors of #521EEA
Black with #521EEA
Text Example
Text Example
White with #521EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521EEA; }
p { color: rgb(82,30,234); }
H1.HeaderClassName
{
color: #521EEA;
}
.AnyTagClassName
{
color: #521EEA;
}
</style>
background-color css
<style>
a { background-color: #521EEA; }
a { background-color: rgb(82,30,234); }
div.DivClassName
{
background-color: #521EEA;
}
.BgClassName
{
background-color: #521EEA;
}
</style>
border-color css
<style>
span { border-color: #521EEA; }
span { border-color: rgb(82,30,234); }
td.TdClassName
{
border-color: #521EEA;
}
.TagClassName
{
border-color: #521EEA;
}
</style>