Shades of Han Purple #5621EE
Tints of Han Purple #5621EE
RGB
CMYK
RGB Variations
Color information
#5621EE (or 0x5621EE) is known color: Han Purple. HEX triplet: 56, 21 and EE. RGB value is (86,33,238). Sum of RGB (Red+Green+Blue) = 86+33+238=357 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.09% from 357); Green value is 33 (13.28% from 255 or 9.24% from 357); Blue value is 238 (93.36% from 255 or 66.67% from 357); Max value from RGB is 238 - color contains mainly: blue. Hex color #5621EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5621EE is #A9DE11. Grayscale: #474747. Windows color (decimal): -11132434 or 15606102. OLE color: 15606102.
HSL color Cylindrical-coordinate representation of color #5621EE: hue angle of 255.51º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5621EE is Cyan = 0.64, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 86 | 33 | 238 | - |
| CMYK | 0.64 | 0.86 | 0 | 0.07 |
| HSL | 255.51º | 0.86% | 0.53% | - |
| HSV(B) | 255.51º | 0.86% | 0.93% | - |
| XYZ | 19.81 | 9.24 | 81.63 | - |
| YUV | 72.22 | 221.56 | 137.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 33 | 238 | 0.64 | 0.86 | 0 | 0.07 | 255.51 | 0.86 | 0.53 |
| Hex | 56 | 21 | EE | 40 | 56 | 0 | 7 | 100 | 56 | 35 |
| Octal | 126 | 41 | 356 | 100 | 126 | 0 | 7 | 400 | 126 | 65 |
| Binary | 1010110 | 100001 | 11101110 | 1000000 | 1010110 | 0 | 111 | 100000000 | 1010110 | 110101 |
Color Harmonies of #5621EE
Complementary color
Monochromatic Colors of #5621EE
Black with #5621EE
Text Example
Text Example
White with #5621EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5621EE; }
p { color: rgb(86,33,238); }
H1.HeaderClassName
{
color: #5621EE;
}
.AnyTagClassName
{
color: #5621EE;
}
</style>
background-color css
<style>
a { background-color: #5621EE; }
a { background-color: rgb(86,33,238); }
div.DivClassName
{
background-color: #5621EE;
}
.BgClassName
{
background-color: #5621EE;
}
</style>
border-color css
<style>
span { border-color: #5621EE; }
span { border-color: rgb(86,33,238); }
td.TdClassName
{
border-color: #5621EE;
}
.TagClassName
{
border-color: #5621EE;
}
</style>