#5520E4

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

Shades of Han Purple #5520E4

Tints of Han Purple #5520E4

Color information

#5520E4 (or 0x5520E4) is unknown color: approx Han Purple. HEX triplet: 55, 20 and E4. RGB value is (85,32,228). Sum of RGB (Red+Green+Blue) = 85+32+228=345 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.64% from 345); Green value is 32 (12.89% from 255 or 9.28% from 345); Blue value is 228 (89.45% from 255 or 66.09% from 345); Max value from RGB is 228 - color contains mainly: blue. Hex color #5520E4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5520E4 is #AADF1B. Grayscale: #454545. Windows color (decimal): -11198236 or 14950485. OLE color: 14950485.

HSL color Cylindrical-coordinate representation of color #5520E4: hue angle of 256.22º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5520E4 is Cyan = 0.63, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB8532228-
CMYK0.630.8600.11
HSL256.22º78.4%50.98%-
HSV(B)256.22º85.96%89.41%-
XYZ18.278.5774.09-
YUV70.19217.06138.56-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.64%
GREEN value IS 32 (12.89% from 255) = 9.28%
BLUE value IS 228 (89.45% from 255) = 66.09%
R=24.64%
G=9.28%
B=66.09%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal85322280.630.8600.11256.2278.450.98
Hex5520E43F560B1004e33
Octal125403447712601340011663
Binary1010101100000111001001111111010110010111000000001001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5520E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5520E4; }

 p { color: rgb(85,32,228); }

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

<style>
 a { background-color: #5520E4; }

 a { background-color: rgb(85,32,228); }

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

<style>
 span { border-color: #5520E4; }

 span { border-color: rgb(85,32,228); }

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