Shades of Han Purple #5508D8
Tints of Han Purple #5508D8
RGB
CMYK
RGB Variations
Color information
#5508D8 (or 0x5508D8) is known color: Han Purple. HEX triplet: 55, 08 and D8. RGB value is (85,8,216). Sum of RGB (Red+Green+Blue) = 85+8+216=309 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.51% from 309); Green value is 8 (3.52% from 255 or 2.59% from 309); Blue value is 216 (84.77% from 255 or 69.90% from 309); Max value from RGB is 216 - color contains mainly: blue. Hex color #5508D8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5508D8 is #AAF727. Grayscale: #353535. Windows color (decimal): -11204392 or 14157909. OLE color: 14157909.
HSL color Cylindrical-coordinate representation of color #5508D8: hue angle of 262.21º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5508D8 is Cyan = 0.61, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 85 | 8 | 216 | - |
| CMYK | 0.61 | 0.96 | 0 | 0.15 |
| HSL | 262.21º | 0.93% | 0.44% | - |
| HSV(B) | 262.21º | 0.96% | 0.85% | - |
| XYZ | 16.23 | 7.06 | 65.47 | - |
| YUV | 54.74 | 219.01 | 149.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 8 | 216 | 0.61 | 0.96 | 0 | 0.15 | 262.21 | 0.93 | 0.44 |
| Hex | 55 | 8 | D8 | 3D | 60 | 0 | F | 106 | 5D | 2C |
| Octal | 125 | 10 | 330 | 75 | 140 | 0 | 17 | 406 | 135 | 54 |
| Binary | 1010101 | 1000 | 11011000 | 111101 | 1100000 | 0 | 1111 | 100000110 | 1011101 | 101100 |
Color Harmonies of #5508D8
Complementary color
Monochromatic Colors of #5508D8
Black with #5508D8
Text Example
Text Example
White with #5508D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5508D8; }
p { color: rgb(85,8,216); }
H1.HeaderClassName
{
color: #5508D8;
}
.AnyTagClassName
{
color: #5508D8;
}
</style>
background-color css
<style>
a { background-color: #5508D8; }
a { background-color: rgb(85,8,216); }
div.DivClassName
{
background-color: #5508D8;
}
.BgClassName
{
background-color: #5508D8;
}
</style>
border-color css
<style>
span { border-color: #5508D8; }
span { border-color: rgb(85,8,216); }
td.TdClassName
{
border-color: #5508D8;
}
.TagClassName
{
border-color: #5508D8;
}
</style>