Shades of Han Purple #5508DC
Tints of Han Purple #5508DC
RGB
CMYK
RGB Variations
Color information
#5508DC (or 0x5508DC) is known color: Han Purple. HEX triplet: 55, 08 and DC. RGB value is (85,8,220). Sum of RGB (Red+Green+Blue) = 85+8+220=313 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.16% from 313); Green value is 8 (3.52% from 255 or 2.56% from 313); Blue value is 220 (86.33% from 255 or 70.29% from 313); Max value from RGB is 220 - color contains mainly: blue. Hex color #5508DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5508DC is #AAF723. Grayscale: #363636. Windows color (decimal): -11204388 or 14420053. OLE color: 14420053.
HSL color Cylindrical-coordinate representation of color #5508DC: hue angle of 261.79º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5508DC is Cyan = 0.61, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 85 | 8 | 220 | - |
| CMYK | 0.61 | 0.96 | 0 | 0.14 |
| HSL | 261.79º | 0.93% | 0.45% | - |
| HSV(B) | 261.79º | 0.96% | 0.86% | - |
| XYZ | 16.75 | 7.27 | 68.23 | - |
| YUV | 55.19 | 221.01 | 149.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 8 | 220 | 0.61 | 0.96 | 0 | 0.14 | 261.79 | 0.93 | 0.45 |
| Hex | 55 | 8 | DC | 3D | 60 | 0 | E | 106 | 5D | 2D |
| Octal | 125 | 10 | 334 | 75 | 140 | 0 | 16 | 406 | 135 | 55 |
| Binary | 1010101 | 1000 | 11011100 | 111101 | 1100000 | 0 | 1110 | 100000110 | 1011101 | 101101 |
Color Harmonies of #5508DC
Complementary color
Monochromatic Colors of #5508DC
Black with #5508DC
Text Example
Text Example
White with #5508DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5508DC; }
p { color: rgb(85,8,220); }
H1.HeaderClassName
{
color: #5508DC;
}
.AnyTagClassName
{
color: #5508DC;
}
</style>
background-color css
<style>
a { background-color: #5508DC; }
a { background-color: rgb(85,8,220); }
div.DivClassName
{
background-color: #5508DC;
}
.BgClassName
{
background-color: #5508DC;
}
</style>
border-color css
<style>
span { border-color: #5508DC; }
span { border-color: rgb(85,8,220); }
td.TdClassName
{
border-color: #5508DC;
}
.TagClassName
{
border-color: #5508DC;
}
</style>