#5503E1

Color #5503E1 Han Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Han Purple #5503E1

Tints of Han Purple #5503E1

Color information

#5503E1 (or 0x5503E1) is unknown color: approx Han Purple. HEX triplet: 55, 03 and E1. RGB value is (85,3,225). Sum of RGB (Red+Green+Blue) = 85+3+225=313 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.16% from 313); Green value is 3 (1.56% from 255 or 0.96% from 313); Blue value is 225 (88.28% from 255 or 71.88% from 313); Max value from RGB is 225 - color contains mainly: blue. Hex color #5503E1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5503E1 is #AAFC1E. Grayscale: #343434. Windows color (decimal): -11205663 or 14746453. OLE color: 14746453.

HSL color Cylindrical-coordinate representation of color #5503E1: hue angle of 262.16º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5503E1 is Cyan = 0.62, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB853225-
CMYK0.620.9900.12
HSL262.16º97.37%44.71%-
HSV(B)262.16º98.67%88.24%-
XYZ17.377.4371.75-
YUV52.83225.17150.95-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 85 (33.59% from 255) = 27.16%
GREEN value IS 3 (1.56% from 255) = 0.96%
BLUE value IS 225 (88.28% from 255) = 71.88%
R=27.16%
G=0.96%
B=71.88%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal8532250.620.9900.12262.1697.3744.71
Hex553E13E630C106612d
Octal12533417614301440614155
Binary101010111111000011111101100011011001000001101100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5503E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5503E1; }

 p { color: rgb(85,3,225); }

 H1.HeaderClassName
 {
   color: #5503E1;
 }
 .AnyTagClassName
 {
   color: #5503E1;
 }
</style>
background-color css

<style>
 a { background-color: #5503E1; }

 a { background-color: rgb(85,3,225); }

 div.DivClassName
 {
   background-color: #5503E1;
 }
 .BgClassName
 {
   background-color: #5503E1;
 }
</style>
border-color css

<style>
 span { border-color: #5503E1; }

 span { border-color: rgb(85,3,225); }

 td.TdClassName
 {
   border-color: #5503E1;
 }
 .TagClassName
 {
   border-color: #5503E1;
 }
</style>