Shades of Han Purple #5505E6
Tints of Han Purple #5505E6
RGB
CMYK
RGB Variations
Color information
#5505E6 (or 0x5505E6) is known color: Han Purple. HEX triplet: 55, 05 and E6. RGB value is (85,5,230). Sum of RGB (Red+Green+Blue) = 85+5+230=320 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.56% from 320); Green value is 5 (2.34% from 255 or 1.56% from 320); Blue value is 230 (90.23% from 255 or 71.88% from 320); Max value from RGB is 230 - color contains mainly: blue. Hex color #5505E6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5505E6 is #AAFA19. Grayscale: #353535. Windows color (decimal): -11205146 or 15074645. OLE color: 15074645.
HSL color Cylindrical-coordinate representation of color #5505E6: hue angle of 261.33º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5505E6 is Cyan = 0.63, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 85 | 5 | 230 | - |
| CMYK | 0.63 | 0.98 | 0 | 0.10 |
| HSL | 261.33º | 0.96% | 0.46% | - |
| HSV(B) | 261.33º | 0.98% | 0.9% | - |
| XYZ | 18.08 | 7.75 | 75.41 | - |
| YUV | 54.57 | 227 | 149.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 5 | 230 | 0.63 | 0.98 | 0 | 0.10 | 261.33 | 0.96 | 0.46 |
| Hex | 55 | 5 | E6 | 3F | 62 | 0 | A | 105 | 60 | 2E |
| Octal | 125 | 5 | 346 | 77 | 142 | 0 | 12 | 405 | 140 | 56 |
| Binary | 1010101 | 101 | 11100110 | 111111 | 1100010 | 0 | 1010 | 100000101 | 1100000 | 101110 |
Color Harmonies of #5505E6
Complementary color
Monochromatic Colors of #5505E6
Black with #5505E6
Text Example
Text Example
White with #5505E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5505E6; }
p { color: rgb(85,5,230); }
H1.HeaderClassName
{
color: #5505E6;
}
.AnyTagClassName
{
color: #5505E6;
}
</style>
background-color css
<style>
a { background-color: #5505E6; }
a { background-color: rgb(85,5,230); }
div.DivClassName
{
background-color: #5505E6;
}
.BgClassName
{
background-color: #5505E6;
}
</style>
border-color css
<style>
span { border-color: #5505E6; }
span { border-color: rgb(85,5,230); }
td.TdClassName
{
border-color: #5505E6;
}
.TagClassName
{
border-color: #5505E6;
}
</style>