Shades of Han Purple #5510EA
Tints of Han Purple #5510EA
RGB
CMYK
RGB Variations
Color information
#5510EA (or 0x5510EA) is known color: Han Purple. HEX triplet: 55, 10 and EA. RGB value is (85,16,234). Sum of RGB (Red+Green+Blue) = 85+16+234=335 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.37% from 335); Green value is 16 (6.64% from 255 or 4.78% from 335); Blue value is 234 (91.80% from 255 or 69.85% from 335); Max value from RGB is 234 - color contains mainly: blue. Hex color #5510EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5510EA is #AAEF15. Grayscale: #3C3C3C. Windows color (decimal): -11202326 or 15339605. OLE color: 15339605.
HSL color Cylindrical-coordinate representation of color #5510EA: hue angle of 258.99º 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 #5510EA is Cyan = 0.64, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 85 | 16 | 234 | - |
| CMYK | 0.64 | 0.93 | 0 | 0.08 |
| HSL | 258.99º | 0.87% | 0.49% | - |
| HSV(B) | 258.99º | 0.93% | 0.92% | - |
| XYZ | 18.78 | 8.24 | 78.44 | - |
| YUV | 61.48 | 225.36 | 144.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 16 | 234 | 0.64 | 0.93 | 0 | 0.08 | 258.99 | 0.87 | 0.49 |
| Hex | 55 | 10 | EA | 40 | 5D | 0 | 8 | 103 | 57 | 31 |
| Octal | 125 | 20 | 352 | 100 | 135 | 0 | 10 | 403 | 127 | 61 |
| Binary | 1010101 | 10000 | 11101010 | 1000000 | 1011101 | 0 | 1000 | 100000011 | 1010111 | 110001 |
Color Harmonies of #5510EA
Complementary color
Monochromatic Colors of #5510EA
Black with #5510EA
Text Example
Text Example
White with #5510EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5510EA; }
p { color: rgb(85,16,234); }
H1.HeaderClassName
{
color: #5510EA;
}
.AnyTagClassName
{
color: #5510EA;
}
</style>
background-color css
<style>
a { background-color: #5510EA; }
a { background-color: rgb(85,16,234); }
div.DivClassName
{
background-color: #5510EA;
}
.BgClassName
{
background-color: #5510EA;
}
</style>
border-color css
<style>
span { border-color: #5510EA; }
span { border-color: rgb(85,16,234); }
td.TdClassName
{
border-color: #5510EA;
}
.TagClassName
{
border-color: #5510EA;
}
</style>