Shades of Han Purple #5507D9
Tints of Han Purple #5507D9
RGB
CMYK
RGB Variations
Color information
#5507D9 (or 0x5507D9) is known color: Han Purple. HEX triplet: 55, 07 and D9. RGB value is (85,7,217). Sum of RGB (Red+Green+Blue) = 85+7+217=309 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.51% from 309); Green value is 7 (3.12% from 255 or 2.27% from 309); Blue value is 217 (85.16% from 255 or 70.23% from 309); Max value from RGB is 217 - color contains mainly: blue. Hex color #5507D9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5507D9 is #AAF826. Grayscale: #353535. Windows color (decimal): -11204647 or 14223189. OLE color: 14223189.
HSL color Cylindrical-coordinate representation of color #5507D9: hue angle of 262.29º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5507D9 is Cyan = 0.61, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 85 | 7 | 217 | - |
| CMYK | 0.61 | 0.97 | 0 | 0.15 |
| HSL | 262.29º | 0.94% | 0.44% | - |
| HSV(B) | 262.29º | 0.97% | 0.85% | - |
| XYZ | 16.35 | 7.09 | 66.15 | - |
| YUV | 54.26 | 219.84 | 149.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 7 | 217 | 0.61 | 0.97 | 0 | 0.15 | 262.29 | 0.94 | 0.44 |
| Hex | 55 | 7 | D9 | 3D | 61 | 0 | F | 106 | 5E | 2C |
| Octal | 125 | 7 | 331 | 75 | 141 | 0 | 17 | 406 | 136 | 54 |
| Binary | 1010101 | 111 | 11011001 | 111101 | 1100001 | 0 | 1111 | 100000110 | 1011110 | 101100 |
Color Harmonies of #5507D9
Complementary color
Monochromatic Colors of #5507D9
Black with #5507D9
Text Example
Text Example
White with #5507D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5507D9; }
p { color: rgb(85,7,217); }
H1.HeaderClassName
{
color: #5507D9;
}
.AnyTagClassName
{
color: #5507D9;
}
</style>
background-color css
<style>
a { background-color: #5507D9; }
a { background-color: rgb(85,7,217); }
div.DivClassName
{
background-color: #5507D9;
}
.BgClassName
{
background-color: #5507D9;
}
</style>
border-color css
<style>
span { border-color: #5507D9; }
span { border-color: rgb(85,7,217); }
td.TdClassName
{
border-color: #5507D9;
}
.TagClassName
{
border-color: #5507D9;
}
</style>