Shades of Han Purple #5510DC
Tints of Han Purple #5510DC
RGB
CMYK
RGB Variations
Color information
#5510DC (or 0x5510DC) is known color: Han Purple. HEX triplet: 55, 10 and DC. RGB value is (85,16,220). Sum of RGB (Red+Green+Blue) = 85+16+220=321 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.48% from 321); Green value is 16 (6.64% from 255 or 4.98% from 321); Blue value is 220 (86.33% from 255 or 68.54% from 321); Max value from RGB is 220 - color contains mainly: blue. Hex color #5510DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5510DC is #AAEF23. Grayscale: #3B3B3B. Windows color (decimal): -11202340 or 14422101. OLE color: 14422101.
HSL color Cylindrical-coordinate representation of color #5510DC: hue angle of 260.29º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5510DC is Cyan = 0.61, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 85 | 16 | 220 | - |
| CMYK | 0.61 | 0.93 | 0 | 0.14 |
| HSL | 260.29º | 0.86% | 0.46% | - |
| HSV(B) | 260.29º | 0.93% | 0.86% | - |
| XYZ | 16.85 | 7.47 | 68.26 | - |
| YUV | 59.89 | 218.36 | 145.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 16 | 220 | 0.61 | 0.93 | 0 | 0.14 | 260.29 | 0.86 | 0.46 |
| Hex | 55 | 10 | DC | 3D | 5D | 0 | E | 104 | 56 | 2E |
| Octal | 125 | 20 | 334 | 75 | 135 | 0 | 16 | 404 | 126 | 56 |
| Binary | 1010101 | 10000 | 11011100 | 111101 | 1011101 | 0 | 1110 | 100000100 | 1010110 | 101110 |
Color Harmonies of #5510DC
Complementary color
Monochromatic Colors of #5510DC
Black with #5510DC
Text Example
Text Example
White with #5510DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5510DC; }
p { color: rgb(85,16,220); }
H1.HeaderClassName
{
color: #5510DC;
}
.AnyTagClassName
{
color: #5510DC;
}
</style>
background-color css
<style>
a { background-color: #5510DC; }
a { background-color: rgb(85,16,220); }
div.DivClassName
{
background-color: #5510DC;
}
.BgClassName
{
background-color: #5510DC;
}
</style>
border-color css
<style>
span { border-color: #5510DC; }
span { border-color: rgb(85,16,220); }
td.TdClassName
{
border-color: #5510DC;
}
.TagClassName
{
border-color: #5510DC;
}
</style>