#5606E1

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

Shades of Han Purple #5606E1

Tints of Han Purple #5606E1

Color information

#5606E1 (or 0x5606E1) is unknown color: approx Han Purple. HEX triplet: 56, 06 and E1. RGB value is (86,6,225). Sum of RGB (Red+Green+Blue) = 86+6+225=317 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.13% from 317); Green value is 6 (2.73% from 255 or 1.89% from 317); Blue value is 225 (88.28% from 255 or 70.98% from 317); Max value from RGB is 225 - color contains mainly: blue. Hex color #5606E1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5606E1 is #A9F91E. Grayscale: #363636. Windows color (decimal): -11139359 or 14747222. OLE color: 14747222.

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

Color convert

RGB866225-
CMYK0.620.9700.12
HSL261.92º94.81%45.29%-
HSV(B)261.92º97.33%88.24%-
XYZ17.497.5471.77-
YUV54.89224150.19-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.13%
GREEN value IS 6 (2.73% from 255) = 1.89%
BLUE value IS 225 (88.28% from 255) = 70.98%
R=27.13%
G=1.89%
B=70.98%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal8662250.620.9700.12261.9294.8145.29
Hex566E13E610C1065f2d
Octal12663417614101440613755
Binary1010110110111000011111101100001011001000001101011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5606E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,6,225); }

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

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

 a { background-color: rgb(86,6,225); }

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

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

 span { border-color: rgb(86,6,225); }

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