Shades of Han Purple #5506E9
Tints of Han Purple #5506E9
RGB
CMYK
RGB Variations
Color information
#5506E9 (or 0x5506E9) is known color: Han Purple. HEX triplet: 55, 06 and E9. RGB value is (85,6,233). Sum of RGB (Red+Green+Blue) = 85+6+233=324 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.23% from 324); Green value is 6 (2.73% from 255 or 1.85% from 324); Blue value is 233 (91.41% from 255 or 71.91% from 324); Max value from RGB is 233 - color contains mainly: blue. Hex color #5506E9 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5506E9 is #AAF916. Grayscale: #363636. Windows color (decimal): -11204887 or 15271509. OLE color: 15271509.
HSL color Cylindrical-coordinate representation of color #5506E9: hue angle of 260.88º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5506E9 is Cyan = 0.64, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 85 | 6 | 233 | - |
| CMYK | 0.64 | 0.97 | 0 | 0.09 |
| HSL | 260.88º | 0.95% | 0.47% | - |
| HSV(B) | 260.88º | 0.97% | 0.91% | - |
| XYZ | 18.52 | 7.94 | 77.65 | - |
| YUV | 55.5 | 228.17 | 149.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 6 | 233 | 0.64 | 0.97 | 0 | 0.09 | 260.88 | 0.95 | 0.47 |
| Hex | 55 | 6 | E9 | 40 | 61 | 0 | 9 | 105 | 5F | 2F |
| Octal | 125 | 6 | 351 | 100 | 141 | 0 | 11 | 405 | 137 | 57 |
| Binary | 1010101 | 110 | 11101001 | 1000000 | 1100001 | 0 | 1001 | 100000101 | 1011111 | 101111 |
Color Harmonies of #5506E9
Complementary color
Monochromatic Colors of #5506E9
Black with #5506E9
Text Example
Text Example
White with #5506E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5506E9; }
p { color: rgb(85,6,233); }
H1.HeaderClassName
{
color: #5506E9;
}
.AnyTagClassName
{
color: #5506E9;
}
</style>
background-color css
<style>
a { background-color: #5506E9; }
a { background-color: rgb(85,6,233); }
div.DivClassName
{
background-color: #5506E9;
}
.BgClassName
{
background-color: #5506E9;
}
</style>
border-color css
<style>
span { border-color: #5506E9; }
span { border-color: rgb(85,6,233); }
td.TdClassName
{
border-color: #5506E9;
}
.TagClassName
{
border-color: #5506E9;
}
</style>