#5512DE

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

Shades of Han Purple #5512DE

Tints of Han Purple #5512DE

Color information

#5512DE (or 0x5512DE) is unknown color: approx Han Purple. HEX triplet: 55, 12 and DE. RGB value is (85,18,222). Sum of RGB (Red+Green+Blue) = 85+18+222=325 (43% of max value = 765). Red value is 85 (33.59% from 255 or 26.15% from 325); Green value is 18 (7.42% from 255 or 5.54% from 325); Blue value is 222 (87.11% from 255 or 68.31% from 325); Max value from RGB is 222 - color contains mainly: blue. Hex color #5512DE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5512DE is #AAED21. Grayscale: #3C3C3C. Windows color (decimal): -11201826 or 14553685. OLE color: 14553685.

HSL color Cylindrical-coordinate representation of color #5512DE: hue angle of 259.71º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5512DE is Cyan = 0.62, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB8518222-
CMYK0.620.9200.13
HSL259.71º85%47.06%-
HSV(B)259.71º91.89%87.06%-
XYZ17.157.6469.68-
YUV61.29218.7144.91-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.15%
GREEN value IS 18 (7.42% from 255) = 5.54%
BLUE value IS 222 (87.11% from 255) = 68.31%
R=26.15%
G=5.54%
B=68.31%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal85182220.620.9200.13259.718547.06
Hex5512DE3E5C0D104552f
Octal125223367613401540412557
Binary101010110010110111101111101011100011011000001001010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5512DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5512DE; }

 p { color: rgb(85,18,222); }

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

<style>
 a { background-color: #5512DE; }

 a { background-color: rgb(85,18,222); }

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

<style>
 span { border-color: #5512DE; }

 span { border-color: rgb(85,18,222); }

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