Shades of Han Purple #5506DF
Tints of Han Purple #5506DF
RGB
CMYK
RGB Variations
Color information
#5506DF (or 0x5506DF) is known color: Han Purple. HEX triplet: 55, 06 and DF. RGB value is (85,6,223). Sum of RGB (Red+Green+Blue) = 85+6+223=314 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.07% from 314); Green value is 6 (2.73% from 255 or 1.91% from 314); Blue value is 223 (87.5% from 255 or 71.02% from 314); Max value from RGB is 223 - color contains mainly: blue. Hex color #5506DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5506DF is #AAF920. Grayscale: #353535. Windows color (decimal): -11204897 or 14616149. OLE color: 14616149.
HSL color Cylindrical-coordinate representation of color #5506DF: hue angle of 261.84º 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 #5506DF is Cyan = 0.62, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 85 | 6 | 223 | - |
| CMYK | 0.62 | 0.97 | 0 | 0.13 |
| HSL | 261.84º | 0.95% | 0.45% | - |
| HSV(B) | 261.84º | 0.97% | 0.87% | - |
| XYZ | 17.13 | 7.39 | 70.34 | - |
| YUV | 54.36 | 223.17 | 149.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 6 | 223 | 0.62 | 0.97 | 0 | 0.13 | 261.84 | 0.95 | 0.45 |
| Hex | 55 | 6 | DF | 3E | 61 | 0 | D | 106 | 5F | 2D |
| Octal | 125 | 6 | 337 | 76 | 141 | 0 | 15 | 406 | 137 | 55 |
| Binary | 1010101 | 110 | 11011111 | 111110 | 1100001 | 0 | 1101 | 100000110 | 1011111 | 101101 |
Color Harmonies of #5506DF
Complementary color
Monochromatic Colors of #5506DF
Black with #5506DF
Text Example
Text Example
White with #5506DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5506DF; }
p { color: rgb(85,6,223); }
H1.HeaderClassName
{
color: #5506DF;
}
.AnyTagClassName
{
color: #5506DF;
}
</style>
background-color css
<style>
a { background-color: #5506DF; }
a { background-color: rgb(85,6,223); }
div.DivClassName
{
background-color: #5506DF;
}
.BgClassName
{
background-color: #5506DF;
}
</style>
border-color css
<style>
span { border-color: #5506DF; }
span { border-color: rgb(85,6,223); }
td.TdClassName
{
border-color: #5506DF;
}
.TagClassName
{
border-color: #5506DF;
}
</style>