#5511DD

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

Shades of Han Purple #5511DD

Tints of Han Purple #5511DD

Color information

#5511DD (or 0x5511DD) is unknown color: approx Han Purple. HEX triplet: 55, 11 and DD. RGB value is (85,17,221). Sum of RGB (Red+Green+Blue) = 85+17+221=323 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.32% from 323); Green value is 17 (7.03% from 255 or 5.26% from 323); Blue value is 221 (86.72% from 255 or 68.42% from 323); Max value from RGB is 221 - color contains mainly: blue. Hex color #5511DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5511DD is #AAEE22. Grayscale: #3B3B3B. Windows color (decimal): -11202083 or 14487893. OLE color: 14487893.

HSL color Cylindrical-coordinate representation of color #5511DD: hue angle of 260º degrees, saturation: 0.86, 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 #5511DD is Cyan = 0.62, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB8517221-
CMYK0.620.9200.13
HSL260º85.71%46.67%-
HSV(B)260º92.31%86.67%-
XYZ177.5568.97-
YUV60.59218.53145.41-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.32%
GREEN value IS 17 (7.03% from 255) = 5.26%
BLUE value IS 221 (86.72% from 255) = 68.42%
R=26.32%
G=5.26%
B=68.42%

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
Decimal85172210.620.9200.1326085.7146.67
Hex5511DD3E5C0D104562f
Octal125213357613401540412657
Binary101010110001110111011111101011100011011000001001010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5511DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5511DD; }

 p { color: rgb(85,17,221); }

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

<style>
 a { background-color: #5511DD; }

 a { background-color: rgb(85,17,221); }

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

<style>
 span { border-color: #5511DD; }

 span { border-color: rgb(85,17,221); }

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