Shades of Han Purple #521FEE
Tints of Han Purple #521FEE
RGB
CMYK
RGB Variations
Color information
#521FEE (or 0x521FEE) is known color: Han Purple. HEX triplet: 52, 1F and EE. RGB value is (82,31,238). Sum of RGB (Red+Green+Blue) = 82+31+238=351 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.36% from 351); Green value is 31 (12.5% from 255 or 8.83% from 351); Blue value is 238 (93.36% from 255 or 67.81% from 351); Max value from RGB is 238 - color contains mainly: blue. Hex color #521FEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #521FEE is #ADE011. Grayscale: #454545. Windows color (decimal): -11395090 or 15605586. OLE color: 15605586.
HSL color Cylindrical-coordinate representation of color #521FEE: hue angle of 254.78º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #521FEE is Cyan = 0.66, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 82 | 31 | 238 | - |
| CMYK | 0.66 | 0.87 | 0 | 0.07 |
| HSL | 254.78º | 0.86% | 0.53% | - |
| HSV(B) | 254.78º | 0.87% | 0.93% | - |
| XYZ | 19.4 | 8.95 | 81.59 | - |
| YUV | 69.85 | 222.9 | 136.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 31 | 238 | 0.66 | 0.87 | 0 | 0.07 | 254.78 | 0.86 | 0.53 |
| Hex | 52 | 1F | EE | 42 | 57 | 0 | 7 | FF | 56 | 35 |
| Octal | 122 | 37 | 356 | 102 | 127 | 0 | 7 | 377 | 126 | 65 |
| Binary | 1010010 | 11111 | 11101110 | 1000010 | 1010111 | 0 | 111 | 11111111 | 1010110 | 110101 |
Color Harmonies of #521FEE
Complementary color
Monochromatic Colors of #521FEE
Black with #521FEE
Text Example
Text Example
White with #521FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521FEE; }
p { color: rgb(82,31,238); }
H1.HeaderClassName
{
color: #521FEE;
}
.AnyTagClassName
{
color: #521FEE;
}
</style>
background-color css
<style>
a { background-color: #521FEE; }
a { background-color: rgb(82,31,238); }
div.DivClassName
{
background-color: #521FEE;
}
.BgClassName
{
background-color: #521FEE;
}
</style>
border-color css
<style>
span { border-color: #521FEE; }
span { border-color: rgb(82,31,238); }
td.TdClassName
{
border-color: #521FEE;
}
.TagClassName
{
border-color: #521FEE;
}
</style>