Shades of Han Purple #5505D8
Tints of Han Purple #5505D8
RGB
CMYK
RGB Variations
Color information
#5505D8 (or 0x5505D8) is known color: Han Purple. HEX triplet: 55, 05 and D8. RGB value is (85,5,216). Sum of RGB (Red+Green+Blue) = 85+5+216=306 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.78% from 306); Green value is 5 (2.34% from 255 or 1.63% from 306); Blue value is 216 (84.77% from 255 or 70.59% from 306); Max value from RGB is 216 - color contains mainly: blue. Hex color #5505D8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5505D8 is #AAFA27. Grayscale: #343434. Windows color (decimal): -11205160 or 14157141. OLE color: 14157141.
HSL color Cylindrical-coordinate representation of color #5505D8: hue angle of 262.75º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5505D8 is Cyan = 0.61, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 85 | 5 | 216 | - |
| CMYK | 0.61 | 0.98 | 0 | 0.15 |
| HSL | 262.75º | 0.95% | 0.43% | - |
| HSV(B) | 262.75º | 0.98% | 0.85% | - |
| XYZ | 16.2 | 7 | 65.46 | - |
| YUV | 52.97 | 220 | 150.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 5 | 216 | 0.61 | 0.98 | 0 | 0.15 | 262.75 | 0.95 | 0.43 |
| Hex | 55 | 5 | D8 | 3D | 62 | 0 | F | 107 | 5F | 2B |
| Octal | 125 | 5 | 330 | 75 | 142 | 0 | 17 | 407 | 137 | 53 |
| Binary | 1010101 | 101 | 11011000 | 111101 | 1100010 | 0 | 1111 | 100000111 | 1011111 | 101011 |
Color Harmonies of #5505D8
Complementary color
Monochromatic Colors of #5505D8
Black with #5505D8
Text Example
Text Example
White with #5505D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5505D8; }
p { color: rgb(85,5,216); }
H1.HeaderClassName
{
color: #5505D8;
}
.AnyTagClassName
{
color: #5505D8;
}
</style>
background-color css
<style>
a { background-color: #5505D8; }
a { background-color: rgb(85,5,216); }
div.DivClassName
{
background-color: #5505D8;
}
.BgClassName
{
background-color: #5505D8;
}
</style>
border-color css
<style>
span { border-color: #5505D8; }
span { border-color: rgb(85,5,216); }
td.TdClassName
{
border-color: #5505D8;
}
.TagClassName
{
border-color: #5505D8;
}
</style>