Shades of Han Purple #5528E9
Tints of Han Purple #5528E9
RGB
CMYK
RGB Variations
Color information
#5528E9 (or 0x5528E9) is known color: Han Purple. HEX triplet: 55, 28 and E9. RGB value is (85,40,233). Sum of RGB (Red+Green+Blue) = 85+40+233=358 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.74% from 358); Green value is 40 (16.02% from 255 or 11.17% from 358); Blue value is 233 (91.41% from 255 or 65.08% from 358); Max value from RGB is 233 - color contains mainly: blue. Hex color #5528E9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5528E9 is #AAD716. Grayscale: #4A4A4A. Windows color (decimal): -11196183 or 15280213. OLE color: 15280213.
HSL color Cylindrical-coordinate representation of color #5528E9: hue angle of 253.99º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5528E9 is Cyan = 0.64, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 85 | 40 | 233 | - |
| CMYK | 0.64 | 0.83 | 0 | 0.09 |
| HSL | 253.99º | 0.81% | 0.54% | - |
| HSV(B) | 253.99º | 0.83% | 0.91% | - |
| XYZ | 19.21 | 9.33 | 77.88 | - |
| YUV | 75.46 | 216.91 | 134.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 40 | 233 | 0.64 | 0.83 | 0 | 0.09 | 253.99 | 0.81 | 0.54 |
| Hex | 55 | 28 | E9 | 40 | 53 | 0 | 9 | FE | 51 | 36 |
| Octal | 125 | 50 | 351 | 100 | 123 | 0 | 11 | 376 | 121 | 66 |
| Binary | 1010101 | 101000 | 11101001 | 1000000 | 1010011 | 0 | 1001 | 11111110 | 1010001 | 110110 |
Color Harmonies of #5528E9
Complementary color
Monochromatic Colors of #5528E9
Black with #5528E9
Text Example
Text Example
White with #5528E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5528E9; }
p { color: rgb(85,40,233); }
H1.HeaderClassName
{
color: #5528E9;
}
.AnyTagClassName
{
color: #5528E9;
}
</style>
background-color css
<style>
a { background-color: #5528E9; }
a { background-color: rgb(85,40,233); }
div.DivClassName
{
background-color: #5528E9;
}
.BgClassName
{
background-color: #5528E9;
}
</style>
border-color css
<style>
span { border-color: #5528E9; }
span { border-color: rgb(85,40,233); }
td.TdClassName
{
border-color: #5528E9;
}
.TagClassName
{
border-color: #5528E9;
}
</style>