Shades of Han Purple #5516D7
Tints of Han Purple #5516D7
RGB
CMYK
RGB Variations
Color information
#5516D7 (or 0x5516D7) is known color: Han Purple. HEX triplet: 55, 16 and D7. RGB value is (85,22,215). Sum of RGB (Red+Green+Blue) = 85+22+215=322 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.40% from 322); Green value is 22 (8.98% from 255 or 6.83% from 322); Blue value is 215 (84.38% from 255 or 66.77% from 322); Max value from RGB is 215 - color contains mainly: blue. Hex color #5516D7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5516D7 is #AAE928. Grayscale: #3E3E3E. Windows color (decimal): -11200809 or 14095957. OLE color: 14095957.
HSL color Cylindrical-coordinate representation of color #5516D7: hue angle of 259.59º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5516D7 is Cyan = 0.60, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 85 | 22 | 215 | - |
| CMYK | 0.60 | 0.90 | 0 | 0.16 |
| HSL | 259.59º | 0.81% | 0.46% | - |
| HSV(B) | 259.59º | 0.9% | 0.84% | - |
| XYZ | 16.3 | 7.41 | 64.86 | - |
| YUV | 62.84 | 213.87 | 143.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 22 | 215 | 0.60 | 0.90 | 0 | 0.16 | 259.59 | 0.81 | 0.46 |
| Hex | 55 | 16 | D7 | 3C | 5A | 0 | 10 | 104 | 51 | 2E |
| Octal | 125 | 26 | 327 | 74 | 132 | 0 | 20 | 404 | 121 | 56 |
| Binary | 1010101 | 10110 | 11010111 | 111100 | 1011010 | 0 | 10000 | 100000100 | 1010001 | 101110 |
Color Harmonies of #5516D7
Complementary color
Monochromatic Colors of #5516D7
Black with #5516D7
Text Example
Text Example
White with #5516D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5516D7; }
p { color: rgb(85,22,215); }
H1.HeaderClassName
{
color: #5516D7;
}
.AnyTagClassName
{
color: #5516D7;
}
</style>
background-color css
<style>
a { background-color: #5516D7; }
a { background-color: rgb(85,22,215); }
div.DivClassName
{
background-color: #5516D7;
}
.BgClassName
{
background-color: #5516D7;
}
</style>
border-color css
<style>
span { border-color: #5516D7; }
span { border-color: rgb(85,22,215); }
td.TdClassName
{
border-color: #5516D7;
}
.TagClassName
{
border-color: #5516D7;
}
</style>