Shades of Han Purple #5510D8
Tints of Han Purple #5510D8
RGB
CMYK
RGB Variations
Color information
#5510D8 (or 0x5510D8) is known color: Han Purple. HEX triplet: 55, 10 and D8. RGB value is (85,16,216). Sum of RGB (Red+Green+Blue) = 85+16+216=317 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.81% from 317); Green value is 16 (6.64% from 255 or 5.05% from 317); Blue value is 216 (84.77% from 255 or 68.14% from 317); Max value from RGB is 216 - color contains mainly: blue. Hex color #5510D8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5510D8 is #AAEF27. Grayscale: #3A3A3A. Windows color (decimal): -11202344 or 14159957. OLE color: 14159957.
HSL color Cylindrical-coordinate representation of color #5510D8: hue angle of 260.7º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5510D8 is Cyan = 0.61, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 85 | 16 | 216 | - |
| CMYK | 0.61 | 0.93 | 0 | 0.15 |
| HSL | 260.7º | 0.86% | 0.45% | - |
| HSV(B) | 260.7º | 0.93% | 0.85% | - |
| XYZ | 16.33 | 7.26 | 65.51 | - |
| YUV | 59.43 | 216.36 | 146.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 16 | 216 | 0.61 | 0.93 | 0 | 0.15 | 260.7 | 0.86 | 0.45 |
| Hex | 55 | 10 | D8 | 3D | 5D | 0 | F | 105 | 56 | 2D |
| Octal | 125 | 20 | 330 | 75 | 135 | 0 | 17 | 405 | 126 | 55 |
| Binary | 1010101 | 10000 | 11011000 | 111101 | 1011101 | 0 | 1111 | 100000101 | 1010110 | 101101 |
Color Harmonies of #5510D8
Complementary color
Monochromatic Colors of #5510D8
Black with #5510D8
Text Example
Text Example
White with #5510D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5510D8; }
p { color: rgb(85,16,216); }
H1.HeaderClassName
{
color: #5510D8;
}
.AnyTagClassName
{
color: #5510D8;
}
</style>
background-color css
<style>
a { background-color: #5510D8; }
a { background-color: rgb(85,16,216); }
div.DivClassName
{
background-color: #5510D8;
}
.BgClassName
{
background-color: #5510D8;
}
</style>
border-color css
<style>
span { border-color: #5510D8; }
span { border-color: rgb(85,16,216); }
td.TdClassName
{
border-color: #5510D8;
}
.TagClassName
{
border-color: #5510D8;
}
</style>