Shades of Han Purple #5510EB
Tints of Han Purple #5510EB
RGB
CMYK
RGB Variations
Color information
#5510EB (or 0x5510EB) is known color: Han Purple. HEX triplet: 55, 10 and EB. RGB value is (85,16,235). Sum of RGB (Red+Green+Blue) = 85+16+235=336 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.30% from 336); Green value is 16 (6.64% from 255 or 4.76% from 336); Blue value is 235 (92.19% from 255 or 69.94% from 336); Max value from RGB is 235 - color contains mainly: blue. Hex color #5510EB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5510EB is #AAEF14. Grayscale: #3C3C3C. Windows color (decimal): -11202325 or 15405141. OLE color: 15405141.
HSL color Cylindrical-coordinate representation of color #5510EB: hue angle of 258.9º degrees, saturation: 0.87, 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 #5510EB is Cyan = 0.64, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 85 | 16 | 235 | - |
| CMYK | 0.64 | 0.93 | 0 | 0.08 |
| HSL | 258.9º | 0.87% | 0.49% | - |
| HSV(B) | 258.9º | 0.93% | 0.92% | - |
| XYZ | 18.93 | 8.3 | 79.2 | - |
| YUV | 61.6 | 225.86 | 144.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 16 | 235 | 0.64 | 0.93 | 0 | 0.08 | 258.9 | 0.87 | 0.49 |
| Hex | 55 | 10 | EB | 40 | 5D | 0 | 8 | 103 | 57 | 31 |
| Octal | 125 | 20 | 353 | 100 | 135 | 0 | 10 | 403 | 127 | 61 |
| Binary | 1010101 | 10000 | 11101011 | 1000000 | 1011101 | 0 | 1000 | 100000011 | 1010111 | 110001 |
Color Harmonies of #5510EB
Complementary color
Monochromatic Colors of #5510EB
Black with #5510EB
Text Example
Text Example
White with #5510EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5510EB; }
p { color: rgb(85,16,235); }
H1.HeaderClassName
{
color: #5510EB;
}
.AnyTagClassName
{
color: #5510EB;
}
</style>
background-color css
<style>
a { background-color: #5510EB; }
a { background-color: rgb(85,16,235); }
div.DivClassName
{
background-color: #5510EB;
}
.BgClassName
{
background-color: #5510EB;
}
</style>
border-color css
<style>
span { border-color: #5510EB; }
span { border-color: rgb(85,16,235); }
td.TdClassName
{
border-color: #5510EB;
}
.TagClassName
{
border-color: #5510EB;
}
</style>