Shades of Han Purple #5506DC
Tints of Han Purple #5506DC
RGB
CMYK
RGB Variations
Color information
#5506DC (or 0x5506DC) is known color: Han Purple. HEX triplet: 55, 06 and DC. RGB value is (85,6,220). Sum of RGB (Red+Green+Blue) = 85+6+220=311 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.33% from 311); Green value is 6 (2.73% from 255 or 1.93% from 311); Blue value is 220 (86.33% from 255 or 70.74% from 311); Max value from RGB is 220 - color contains mainly: blue. Hex color #5506DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5506DC is #AAF923. Grayscale: #353535. Windows color (decimal): -11204900 or 14419541. OLE color: 14419541.
HSL color Cylindrical-coordinate representation of color #5506DC: hue angle of 262.15º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5506DC is Cyan = 0.61, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 85 | 6 | 220 | - |
| CMYK | 0.61 | 0.97 | 0 | 0.14 |
| HSL | 262.15º | 0.95% | 0.44% | - |
| HSV(B) | 262.15º | 0.97% | 0.86% | - |
| XYZ | 16.73 | 7.23 | 68.22 | - |
| YUV | 54.02 | 221.67 | 150.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 6 | 220 | 0.61 | 0.97 | 0 | 0.14 | 262.15 | 0.95 | 0.44 |
| Hex | 55 | 6 | DC | 3D | 61 | 0 | E | 106 | 5F | 2C |
| Octal | 125 | 6 | 334 | 75 | 141 | 0 | 16 | 406 | 137 | 54 |
| Binary | 1010101 | 110 | 11011100 | 111101 | 1100001 | 0 | 1110 | 100000110 | 1011111 | 101100 |
Color Harmonies of #5506DC
Complementary color
Monochromatic Colors of #5506DC
Black with #5506DC
Text Example
Text Example
White with #5506DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5506DC; }
p { color: rgb(85,6,220); }
H1.HeaderClassName
{
color: #5506DC;
}
.AnyTagClassName
{
color: #5506DC;
}
</style>
background-color css
<style>
a { background-color: #5506DC; }
a { background-color: rgb(85,6,220); }
div.DivClassName
{
background-color: #5506DC;
}
.BgClassName
{
background-color: #5506DC;
}
</style>
border-color css
<style>
span { border-color: #5506DC; }
span { border-color: rgb(85,6,220); }
td.TdClassName
{
border-color: #5506DC;
}
.TagClassName
{
border-color: #5506DC;
}
</style>