Shades of Han Purple #5520E1
Tints of Han Purple #5520E1
RGB
CMYK
RGB Variations
Color information
#5520E1 (or 0x5520E1) is known color: Han Purple. HEX triplet: 55, 20 and E1. RGB value is (85,32,225). Sum of RGB (Red+Green+Blue) = 85+32+225=342 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.85% from 342); Green value is 32 (12.89% from 255 or 9.36% from 342); Blue value is 225 (88.28% from 255 or 65.79% from 342); Max value from RGB is 225 - color contains mainly: blue. Hex color #5520E1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5520E1 is #AADF1E. Grayscale: #454545. Windows color (decimal): -11198239 or 14753877. OLE color: 14753877.
HSL color Cylindrical-coordinate representation of color #5520E1: hue angle of 256.48º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5520E1 is Cyan = 0.62, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 85 | 32 | 225 | - |
| CMYK | 0.62 | 0.86 | 0 | 0.12 |
| HSL | 256.48º | 0.76% | 0.5% | - |
| HSV(B) | 256.48º | 0.86% | 0.88% | - |
| XYZ | 17.85 | 8.4 | 71.91 | - |
| YUV | 69.85 | 215.56 | 138.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 32 | 225 | 0.62 | 0.86 | 0 | 0.12 | 256.48 | 0.76 | 0.5 |
| Hex | 55 | 20 | E1 | 3E | 56 | 0 | C | 100 | 4C | 32 |
| Octal | 125 | 40 | 341 | 76 | 126 | 0 | 14 | 400 | 114 | 62 |
| Binary | 1010101 | 100000 | 11100001 | 111110 | 1010110 | 0 | 1100 | 100000000 | 1001100 | 110010 |
Color Harmonies of #5520E1
Complementary color
Monochromatic Colors of #5520E1
Black with #5520E1
Text Example
Text Example
White with #5520E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5520E1; }
p { color: rgb(85,32,225); }
H1.HeaderClassName
{
color: #5520E1;
}
.AnyTagClassName
{
color: #5520E1;
}
</style>
background-color css
<style>
a { background-color: #5520E1; }
a { background-color: rgb(85,32,225); }
div.DivClassName
{
background-color: #5520E1;
}
.BgClassName
{
background-color: #5520E1;
}
</style>
border-color css
<style>
span { border-color: #5520E1; }
span { border-color: rgb(85,32,225); }
td.TdClassName
{
border-color: #5520E1;
}
.TagClassName
{
border-color: #5520E1;
}
</style>