Shades of Han Purple #5516F0
Tints of Han Purple #5516F0
RGB
CMYK
RGB Variations
Color information
#5516F0 (or 0x5516F0) is known color: Han Purple. HEX triplet: 55, 16 and F0. RGB value is (85,22,240). Sum of RGB (Red+Green+Blue) = 85+22+240=347 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.50% from 347); Green value is 22 (8.98% from 255 or 6.34% from 347); Blue value is 240 (94.14% from 255 or 69.16% from 347); Max value from RGB is 240 - color contains mainly: blue. Hex color #5516F0 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5516F0 is #AAE90F. Grayscale: #404040. Windows color (decimal): -11200784 or 15734357. OLE color: 15734357.
HSL color Cylindrical-coordinate representation of color #5516F0: hue angle of 257.34º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5516F0 is Cyan = 0.65, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 85 | 22 | 240 | - |
| CMYK | 0.65 | 0.91 | 0 | 0.06 |
| HSL | 257.34º | 0.88% | 0.51% | - |
| HSV(B) | 257.34º | 0.91% | 0.94% | - |
| XYZ | 19.76 | 8.8 | 83.09 | - |
| YUV | 65.69 | 226.37 | 141.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 22 | 240 | 0.65 | 0.91 | 0 | 0.06 | 257.34 | 0.88 | 0.51 |
| Hex | 55 | 16 | F0 | 41 | 5B | 0 | 6 | 101 | 58 | 33 |
| Octal | 125 | 26 | 360 | 101 | 133 | 0 | 6 | 401 | 130 | 63 |
| Binary | 1010101 | 10110 | 11110000 | 1000001 | 1011011 | 0 | 110 | 100000001 | 1011000 | 110011 |
Color Harmonies of #5516F0
Complementary color
Monochromatic Colors of #5516F0
Black with #5516F0
Text Example
Text Example
White with #5516F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5516F0; }
p { color: rgb(85,22,240); }
H1.HeaderClassName
{
color: #5516F0;
}
.AnyTagClassName
{
color: #5516F0;
}
</style>
background-color css
<style>
a { background-color: #5516F0; }
a { background-color: rgb(85,22,240); }
div.DivClassName
{
background-color: #5516F0;
}
.BgClassName
{
background-color: #5516F0;
}
</style>
border-color css
<style>
span { border-color: #5516F0; }
span { border-color: rgb(85,22,240); }
td.TdClassName
{
border-color: #5516F0;
}
.TagClassName
{
border-color: #5516F0;
}
</style>