Shades of Han Purple #5505E3
Tints of Han Purple #5505E3
RGB
CMYK
RGB Variations
Color information
#5505E3 (or 0x5505E3) is known color: Han Purple. HEX triplet: 55, 05 and E3. RGB value is (85,5,227). Sum of RGB (Red+Green+Blue) = 85+5+227=317 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.81% from 317); Green value is 5 (2.34% from 255 or 1.58% from 317); Blue value is 227 (89.06% from 255 or 71.61% from 317); Max value from RGB is 227 - color contains mainly: blue. Hex color #5505E3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5505E3 is #AAFA1C. Grayscale: #353535. Windows color (decimal): -11205149 or 14878037. OLE color: 14878037.
HSL color Cylindrical-coordinate representation of color #5505E3: hue angle of 261.62º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5505E3 is Cyan = 0.63, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 85 | 5 | 227 | - |
| CMYK | 0.63 | 0.98 | 0 | 0.11 |
| HSL | 261.62º | 0.96% | 0.45% | - |
| HSV(B) | 261.62º | 0.98% | 0.89% | - |
| XYZ | 17.67 | 7.59 | 73.21 | - |
| YUV | 54.23 | 225.5 | 149.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 5 | 227 | 0.63 | 0.98 | 0 | 0.11 | 261.62 | 0.96 | 0.45 |
| Hex | 55 | 5 | E3 | 3F | 62 | 0 | B | 106 | 60 | 2D |
| Octal | 125 | 5 | 343 | 77 | 142 | 0 | 13 | 406 | 140 | 55 |
| Binary | 1010101 | 101 | 11100011 | 111111 | 1100010 | 0 | 1011 | 100000110 | 1100000 | 101101 |
Color Harmonies of #5505E3
Complementary color
Monochromatic Colors of #5505E3
Black with #5505E3
Text Example
Text Example
White with #5505E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5505E3; }
p { color: rgb(85,5,227); }
H1.HeaderClassName
{
color: #5505E3;
}
.AnyTagClassName
{
color: #5505E3;
}
</style>
background-color css
<style>
a { background-color: #5505E3; }
a { background-color: rgb(85,5,227); }
div.DivClassName
{
background-color: #5505E3;
}
.BgClassName
{
background-color: #5505E3;
}
</style>
border-color css
<style>
span { border-color: #5505E3; }
span { border-color: rgb(85,5,227); }
td.TdClassName
{
border-color: #5505E3;
}
.TagClassName
{
border-color: #5505E3;
}
</style>