Shades of Han Purple #521EEB
Tints of Han Purple #521EEB
RGB
CMYK
RGB Variations
Color information
#521EEB (or 0x521EEB) is known color: Han Purple. HEX triplet: 52, 1E and EB. RGB value is (82,30,235). Sum of RGB (Red+Green+Blue) = 82+30+235=347 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.63% from 347); Green value is 30 (12.11% from 255 or 8.65% from 347); Blue value is 235 (92.19% from 255 or 67.72% from 347); Max value from RGB is 235 - color contains mainly: blue. Hex color #521EEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #521EEB is #ADE114. Grayscale: #444444. Windows color (decimal): -11395349 or 15408722. OLE color: 15408722.
HSL color Cylindrical-coordinate representation of color #521EEB: hue angle of 255.22º degrees, saturation: 0.84, 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 #521EEB is Cyan = 0.65, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 82 | 30 | 235 | - |
| CMYK | 0.65 | 0.87 | 0 | 0.08 |
| HSL | 255.22º | 0.84% | 0.52% | - |
| HSV(B) | 255.22º | 0.87% | 0.92% | - |
| XYZ | 18.94 | 8.72 | 79.28 | - |
| YUV | 68.92 | 221.73 | 137.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 30 | 235 | 0.65 | 0.87 | 0 | 0.08 | 255.22 | 0.84 | 0.52 |
| Hex | 52 | 1E | EB | 41 | 57 | 0 | 8 | FF | 54 | 34 |
| Octal | 122 | 36 | 353 | 101 | 127 | 0 | 10 | 377 | 124 | 64 |
| Binary | 1010010 | 11110 | 11101011 | 1000001 | 1010111 | 0 | 1000 | 11111111 | 1010100 | 110100 |
Color Harmonies of #521EEB
Complementary color
Monochromatic Colors of #521EEB
Black with #521EEB
Text Example
Text Example
White with #521EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521EEB; }
p { color: rgb(82,30,235); }
H1.HeaderClassName
{
color: #521EEB;
}
.AnyTagClassName
{
color: #521EEB;
}
</style>
background-color css
<style>
a { background-color: #521EEB; }
a { background-color: rgb(82,30,235); }
div.DivClassName
{
background-color: #521EEB;
}
.BgClassName
{
background-color: #521EEB;
}
</style>
border-color css
<style>
span { border-color: #521EEB; }
span { border-color: rgb(82,30,235); }
td.TdClassName
{
border-color: #521EEB;
}
.TagClassName
{
border-color: #521EEB;
}
</style>