Shades of Han Purple #5503E5
Tints of Han Purple #5503E5
RGB
CMYK
RGB Variations
Color information
#5503E5 (or 0x5503E5) is known color: Han Purple. HEX triplet: 55, 03 and E5. RGB value is (85,3,229). Sum of RGB (Red+Green+Blue) = 85+3+229=317 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.81% from 317); Green value is 3 (1.56% from 255 or 0.95% from 317); Blue value is 229 (89.84% from 255 or 72.24% from 317); Max value from RGB is 229 - color contains mainly: blue. Hex color #5503E5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5503E5 is #AAFC1A. Grayscale: #343434. Windows color (decimal): -11205659 or 15008597. OLE color: 15008597.
HSL color Cylindrical-coordinate representation of color #5503E5: hue angle of 261.77º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5503E5 is Cyan = 0.63, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 85 | 3 | 229 | - |
| CMYK | 0.63 | 0.99 | 0 | 0.10 |
| HSL | 261.77º | 0.97% | 0.45% | - |
| HSV(B) | 261.77º | 0.99% | 0.9% | - |
| XYZ | 17.92 | 7.65 | 74.66 | - |
| YUV | 53.28 | 227.17 | 150.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 3 | 229 | 0.63 | 0.99 | 0 | 0.10 | 261.77 | 0.97 | 0.45 |
| Hex | 55 | 3 | E5 | 3F | 63 | 0 | A | 106 | 61 | 2D |
| Octal | 125 | 3 | 345 | 77 | 143 | 0 | 12 | 406 | 141 | 55 |
| Binary | 1010101 | 11 | 11100101 | 111111 | 1100011 | 0 | 1010 | 100000110 | 1100001 | 101101 |
Color Harmonies of #5503E5
Complementary color
Monochromatic Colors of #5503E5
Black with #5503E5
Text Example
Text Example
White with #5503E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5503E5; }
p { color: rgb(85,3,229); }
H1.HeaderClassName
{
color: #5503E5;
}
.AnyTagClassName
{
color: #5503E5;
}
</style>
background-color css
<style>
a { background-color: #5503E5; }
a { background-color: rgb(85,3,229); }
div.DivClassName
{
background-color: #5503E5;
}
.BgClassName
{
background-color: #5503E5;
}
</style>
border-color css
<style>
span { border-color: #5503E5; }
span { border-color: rgb(85,3,229); }
td.TdClassName
{
border-color: #5503E5;
}
.TagClassName
{
border-color: #5503E5;
}
</style>