Shades of Han Purple #5506DD
Tints of Han Purple #5506DD
RGB
CMYK
RGB Variations
Color information
#5506DD (or 0x5506DD) is known color: Han Purple. HEX triplet: 55, 06 and DD. RGB value is (85,6,221). Sum of RGB (Red+Green+Blue) = 85+6+221=312 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.24% from 312); Green value is 6 (2.73% from 255 or 1.92% from 312); Blue value is 221 (86.72% from 255 or 70.83% from 312); Max value from RGB is 221 - color contains mainly: blue. Hex color #5506DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5506DD is #AAF922. Grayscale: #353535. Windows color (decimal): -11204899 or 14485077. OLE color: 14485077.
HSL color Cylindrical-coordinate representation of color #5506DD: hue angle of 262.05º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5506DD is Cyan = 0.62, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 85 | 6 | 221 | - |
| CMYK | 0.62 | 0.97 | 0 | 0.13 |
| HSL | 262.05º | 0.95% | 0.45% | - |
| HSV(B) | 262.05º | 0.97% | 0.87% | - |
| XYZ | 16.86 | 7.28 | 68.92 | - |
| YUV | 54.13 | 222.17 | 150.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 6 | 221 | 0.62 | 0.97 | 0 | 0.13 | 262.05 | 0.95 | 0.45 |
| Hex | 55 | 6 | DD | 3E | 61 | 0 | D | 106 | 5F | 2D |
| Octal | 125 | 6 | 335 | 76 | 141 | 0 | 15 | 406 | 137 | 55 |
| Binary | 1010101 | 110 | 11011101 | 111110 | 1100001 | 0 | 1101 | 100000110 | 1011111 | 101101 |
Color Harmonies of #5506DD
Complementary color
Monochromatic Colors of #5506DD
Black with #5506DD
Text Example
Text Example
White with #5506DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5506DD; }
p { color: rgb(85,6,221); }
H1.HeaderClassName
{
color: #5506DD;
}
.AnyTagClassName
{
color: #5506DD;
}
</style>
background-color css
<style>
a { background-color: #5506DD; }
a { background-color: rgb(85,6,221); }
div.DivClassName
{
background-color: #5506DD;
}
.BgClassName
{
background-color: #5506DD;
}
</style>
border-color css
<style>
span { border-color: #5506DD; }
span { border-color: rgb(85,6,221); }
td.TdClassName
{
border-color: #5506DD;
}
.TagClassName
{
border-color: #5506DD;
}
</style>