#5510E1

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

Shades of Han Purple #5510E1

Tints of Han Purple #5510E1

Color information

#5510E1 (or 0x5510E1) is unknown color: approx Han Purple. HEX triplet: 55, 10 and E1. RGB value is (85,16,225). Sum of RGB (Red+Green+Blue) = 85+16+225=326 (43% of max value = 765). Red value is 85 (33.59% from 255 or 26.07% from 326); Green value is 16 (6.64% from 255 or 4.91% from 326); Blue value is 225 (88.28% from 255 or 69.02% from 326); Max value from RGB is 225 - color contains mainly: blue. Hex color #5510E1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5510E1 is #AAEF1E. Grayscale: #3B3B3B. Windows color (decimal): -11202335 or 14749781. OLE color: 14749781.

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

Color convert

RGB8516225-
CMYK0.620.9300.12
HSL259.81º86.72%47.25%-
HSV(B)259.81º92.89%88.24%-
XYZ17.527.7471.8-
YUV60.46220.86145.51-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.07%
GREEN value IS 16 (6.64% from 255) = 4.91%
BLUE value IS 225 (88.28% from 255) = 69.02%
R=26.07%
G=4.91%
B=69.02%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal85162250.620.9300.12259.8186.7247.25
Hex5510E13E5D0C104572f
Octal125203417613501440412757
Binary101010110000111000011111101011101011001000001001010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5510E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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