Shades of Han Purple #5516FF
Tints of Han Purple #5516FF
RGB
CMYK
RGB Variations
Color information
#5516FF (or 0x5516FF) is known color: Han Purple. HEX triplet: 55, 16 and FF. RGB value is (85,22,255). Sum of RGB (Red+Green+Blue) = 85+22+255=362 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.48% from 362); Green value is 22 (8.98% from 255 or 6.08% from 362); Blue value is 255 (100% from 255 or 70.44% from 362); Max value from RGB is 255 - color contains mainly: blue. Hex color #5516FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5516FF is #AAE900. Grayscale: #424242. Windows color (decimal): -11200769 or 16717397. OLE color: 16717397.
HSL color Cylindrical-coordinate representation of color #5516FF: hue angle of 256.22º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5516FF is Cyan = 0.67, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 85 | 22 | 255 | - |
| CMYK | 0.67 | 0.91 | 0 | 0 |
| HSL | 256.22º | 1% | 0.54% | - |
| HSV(B) | 256.22º | 0.91% | 1% | - |
| XYZ | 22.08 | 9.73 | 95.32 | - |
| YUV | 67.4 | 233.87 | 140.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 22 | 255 | 0.67 | 0.91 | 0 | 0 | 256.22 | 1 | 0.54 |
| Hex | 55 | 16 | FF | 43 | 5B | 0 | 0 | 100 | 64 | 36 |
| Octal | 125 | 26 | 377 | 103 | 133 | 0 | 0 | 400 | 144 | 66 |
| Binary | 1010101 | 10110 | 11111111 | 1000011 | 1011011 | 0 | 0 | 100000000 | 1100100 | 110110 |
Color Harmonies of #5516FF
Complementary color
Monochromatic Colors of #5516FF
Black with #5516FF
Text Example
Text Example
White with #5516FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5516FF; }
p { color: rgb(85,22,255); }
H1.HeaderClassName
{
color: #5516FF;
}
.AnyTagClassName
{
color: #5516FF;
}
</style>
background-color css
<style>
a { background-color: #5516FF; }
a { background-color: rgb(85,22,255); }
div.DivClassName
{
background-color: #5516FF;
}
.BgClassName
{
background-color: #5516FF;
}
</style>
border-color css
<style>
span { border-color: #5516FF; }
span { border-color: rgb(85,22,255); }
td.TdClassName
{
border-color: #5516FF;
}
.TagClassName
{
border-color: #5516FF;
}
</style>