Shades of Han Purple #5510FF
Tints of Han Purple #5510FF
RGB
CMYK
RGB Variations
Color information
#5510FF (or 0x5510FF) is known color: Han Purple. HEX triplet: 55, 10 and FF. RGB value is (85,16,255). Sum of RGB (Red+Green+Blue) = 85+16+255=356 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.88% from 356); Green value is 16 (6.64% from 255 or 4.49% from 356); Blue value is 255 (100% from 255 or 71.63% from 356); Max value from RGB is 255 - color contains mainly: blue. Hex color #5510FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5510FF is #AAEF00. Grayscale: #3E3E3E. Windows color (decimal): -11202305 or 16715861. OLE color: 16715861.
HSL color Cylindrical-coordinate representation of color #5510FF: hue angle of 257.32º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5510FF is Cyan = 0.67, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 85 | 16 | 255 | - |
| CMYK | 0.67 | 0.94 | 0 | 0 |
| HSL | 257.32º | 1% | 0.53% | - |
| HSV(B) | 257.32º | 0.94% | 1% | - |
| XYZ | 21.98 | 9.52 | 95.29 | - |
| YUV | 63.88 | 235.86 | 143.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 16 | 255 | 0.67 | 0.94 | 0 | 0 | 257.32 | 1 | 0.53 |
| Hex | 55 | 10 | FF | 43 | 5E | 0 | 0 | 101 | 64 | 35 |
| Octal | 125 | 20 | 377 | 103 | 136 | 0 | 0 | 401 | 144 | 65 |
| Binary | 1010101 | 10000 | 11111111 | 1000011 | 1011110 | 0 | 0 | 100000001 | 1100100 | 110101 |
Color Harmonies of #5510FF
Complementary color
Monochromatic Colors of #5510FF
Black with #5510FF
Text Example
Text Example
White with #5510FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5510FF; }
p { color: rgb(85,16,255); }
H1.HeaderClassName
{
color: #5510FF;
}
.AnyTagClassName
{
color: #5510FF;
}
</style>
background-color css
<style>
a { background-color: #5510FF; }
a { background-color: rgb(85,16,255); }
div.DivClassName
{
background-color: #5510FF;
}
.BgClassName
{
background-color: #5510FF;
}
</style>
border-color css
<style>
span { border-color: #5510FF; }
span { border-color: rgb(85,16,255); }
td.TdClassName
{
border-color: #5510FF;
}
.TagClassName
{
border-color: #5510FF;
}
</style>