Shades of Han Purple #5527ED
Tints of Han Purple #5527ED
RGB
CMYK
RGB Variations
Color information
#5527ED (or 0x5527ED) is known color: Han Purple. HEX triplet: 55, 27 and ED. RGB value is (85,39,237). Sum of RGB (Red+Green+Blue) = 85+39+237=361 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.55% from 361); Green value is 39 (15.62% from 255 or 10.80% from 361); Blue value is 237 (92.97% from 255 or 65.65% from 361); Max value from RGB is 237 - color contains mainly: blue. Hex color #5527ED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5527ED is #AAD812. Grayscale: #4A4A4A. Windows color (decimal): -11196435 or 15542101. OLE color: 15542101.
HSL color Cylindrical-coordinate representation of color #5527ED: hue angle of 253.94º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5527ED is Cyan = 0.64, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 85 | 39 | 237 | - |
| CMYK | 0.64 | 0.84 | 0 | 0.07 |
| HSL | 253.94º | 0.85% | 0.54% | - |
| HSV(B) | 253.94º | 0.84% | 0.93% | - |
| XYZ | 19.76 | 9.5 | 80.91 | - |
| YUV | 75.33 | 219.24 | 134.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 39 | 237 | 0.64 | 0.84 | 0 | 0.07 | 253.94 | 0.85 | 0.54 |
| Hex | 55 | 27 | ED | 40 | 54 | 0 | 7 | FE | 55 | 36 |
| Octal | 125 | 47 | 355 | 100 | 124 | 0 | 7 | 376 | 125 | 66 |
| Binary | 1010101 | 100111 | 11101101 | 1000000 | 1010100 | 0 | 111 | 11111110 | 1010101 | 110110 |
Color Harmonies of #5527ED
Complementary color
Monochromatic Colors of #5527ED
Black with #5527ED
Text Example
Text Example
White with #5527ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5527ED; }
p { color: rgb(85,39,237); }
H1.HeaderClassName
{
color: #5527ED;
}
.AnyTagClassName
{
color: #5527ED;
}
</style>
background-color css
<style>
a { background-color: #5527ED; }
a { background-color: rgb(85,39,237); }
div.DivClassName
{
background-color: #5527ED;
}
.BgClassName
{
background-color: #5527ED;
}
</style>
border-color css
<style>
span { border-color: #5527ED; }
span { border-color: rgb(85,39,237); }
td.TdClassName
{
border-color: #5527ED;
}
.TagClassName
{
border-color: #5527ED;
}
</style>