Shades of Han Purple #5520EE
Tints of Han Purple #5520EE
RGB
CMYK
RGB Variations
Color information
#5520EE (or 0x5520EE) is known color: Han Purple. HEX triplet: 55, 20 and EE. RGB value is (85,32,238). Sum of RGB (Red+Green+Blue) = 85+32+238=355 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.94% from 355); Green value is 32 (12.89% from 255 or 9.01% from 355); Blue value is 238 (93.36% from 255 or 67.04% from 355); Max value from RGB is 238 - color contains mainly: blue. Hex color #5520EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5520EE is #AADF11. Grayscale: #464646. Windows color (decimal): -11198226 or 15605845. OLE color: 15605845.
HSL color Cylindrical-coordinate representation of color #5520EE: hue angle of 255.44º 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 #5520EE is Cyan = 0.64, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 85 | 32 | 238 | - |
| CMYK | 0.64 | 0.87 | 0 | 0.07 |
| HSL | 255.44º | 0.86% | 0.53% | - |
| HSV(B) | 255.44º | 0.87% | 0.93% | - |
| XYZ | 19.7 | 9.14 | 81.61 | - |
| YUV | 71.33 | 222.06 | 137.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 32 | 238 | 0.64 | 0.87 | 0 | 0.07 | 255.44 | 0.86 | 0.53 |
| Hex | 55 | 20 | EE | 40 | 57 | 0 | 7 | FF | 56 | 35 |
| Octal | 125 | 40 | 356 | 100 | 127 | 0 | 7 | 377 | 126 | 65 |
| Binary | 1010101 | 100000 | 11101110 | 1000000 | 1010111 | 0 | 111 | 11111111 | 1010110 | 110101 |
Color Harmonies of #5520EE
Complementary color
Monochromatic Colors of #5520EE
Black with #5520EE
Text Example
Text Example
White with #5520EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5520EE; }
p { color: rgb(85,32,238); }
H1.HeaderClassName
{
color: #5520EE;
}
.AnyTagClassName
{
color: #5520EE;
}
</style>
background-color css
<style>
a { background-color: #5520EE; }
a { background-color: rgb(85,32,238); }
div.DivClassName
{
background-color: #5520EE;
}
.BgClassName
{
background-color: #5520EE;
}
</style>
border-color css
<style>
span { border-color: #5520EE; }
span { border-color: rgb(85,32,238); }
td.TdClassName
{
border-color: #5520EE;
}
.TagClassName
{
border-color: #5520EE;
}
</style>