Shades of Han Purple #5511EA
Tints of Han Purple #5511EA
RGB
CMYK
RGB Variations
Color information
#5511EA (or 0x5511EA) is known color: Han Purple. HEX triplet: 55, 11 and EA. RGB value is (85,17,234). Sum of RGB (Red+Green+Blue) = 85+17+234=336 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.30% from 336); Green value is 17 (7.03% from 255 or 5.06% from 336); Blue value is 234 (91.80% from 255 or 69.64% from 336); Max value from RGB is 234 - color contains mainly: blue. Hex color #5511EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5511EA is #AAEE15. Grayscale: #3D3D3D. Windows color (decimal): -11202070 or 15339861. OLE color: 15339861.
HSL color Cylindrical-coordinate representation of color #5511EA: hue angle of 258.8º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5511EA is Cyan = 0.64, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 85 | 17 | 234 | - |
| CMYK | 0.64 | 0.93 | 0 | 0.08 |
| HSL | 258.8º | 0.86% | 0.49% | - |
| HSV(B) | 258.8º | 0.93% | 0.92% | - |
| XYZ | 18.8 | 8.27 | 78.45 | - |
| YUV | 62.07 | 225.03 | 144.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 17 | 234 | 0.64 | 0.93 | 0 | 0.08 | 258.8 | 0.86 | 0.49 |
| Hex | 55 | 11 | EA | 40 | 5D | 0 | 8 | 103 | 56 | 31 |
| Octal | 125 | 21 | 352 | 100 | 135 | 0 | 10 | 403 | 126 | 61 |
| Binary | 1010101 | 10001 | 11101010 | 1000000 | 1011101 | 0 | 1000 | 100000011 | 1010110 | 110001 |
Color Harmonies of #5511EA
Complementary color
Monochromatic Colors of #5511EA
Black with #5511EA
Text Example
Text Example
White with #5511EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5511EA; }
p { color: rgb(85,17,234); }
H1.HeaderClassName
{
color: #5511EA;
}
.AnyTagClassName
{
color: #5511EA;
}
</style>
background-color css
<style>
a { background-color: #5511EA; }
a { background-color: rgb(85,17,234); }
div.DivClassName
{
background-color: #5511EA;
}
.BgClassName
{
background-color: #5511EA;
}
</style>
border-color css
<style>
span { border-color: #5511EA; }
span { border-color: rgb(85,17,234); }
td.TdClassName
{
border-color: #5511EA;
}
.TagClassName
{
border-color: #5511EA;
}
</style>