#5711DD

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

Shades of Han Purple #5711DD

Tints of Han Purple #5711DD

Color information

#5711DD (or 0x5711DD) is unknown color: approx Han Purple. HEX triplet: 57, 11 and DD. RGB value is (87,17,221). Sum of RGB (Red+Green+Blue) = 87+17+221=325 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.77% from 325); Green value is 17 (7.03% from 255 or 5.23% from 325); Blue value is 221 (86.72% from 255 or 68% from 325); Max value from RGB is 221 - color contains mainly: blue. Hex color #5711DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5711DD is #A8EE22. Grayscale: #3C3C3C. Windows color (decimal): -11071011 or 14487895. OLE color: 14487895.

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

Color convert

RGB8717221-
CMYK0.610.9200.13
HSL260.59º85.71%46.67%-
HSV(B)260.59º92.31%86.67%-
XYZ17.187.6568.98-
YUV61.19218.19146.41-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 26.77%
GREEN value IS 17 (7.03% from 255) = 5.23%
BLUE value IS 221 (86.72% from 255) = 68%
R=26.77%
G=5.23%
B=68%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal87172210.610.9200.13260.5985.7146.67
Hex5711DD3D5C0D105562f
Octal127213357513401540512657
Binary101011110001110111011111011011100011011000001011010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5711DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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