#5610E1

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

Shades of Han Purple #5610E1

Tints of Han Purple #5610E1

Color information

#5610E1 (or 0x5610E1) is unknown color: approx Han Purple. HEX triplet: 56, 10 and E1. RGB value is (86,16,225). Sum of RGB (Red+Green+Blue) = 86+16+225=327 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.30% from 327); Green value is 16 (6.64% from 255 or 4.89% from 327); Blue value is 225 (88.28% from 255 or 68.81% from 327); Max value from RGB is 225 - color contains mainly: blue. Hex color #5610E1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5610E1 is #A9EF1E. Grayscale: #3B3B3B. Windows color (decimal): -11136799 or 14749782. OLE color: 14749782.

HSL color Cylindrical-coordinate representation of color #5610E1: hue angle of 260.1º 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 #5610E1 is Cyan = 0.62, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB8616225-
CMYK0.620.9300.12
HSL260.1º86.72%47.25%-
HSV(B)260.1º92.89%88.24%-
XYZ17.617.7971.81-
YUV60.76220.69146.01-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 26.30%
GREEN value IS 16 (6.64% from 255) = 4.89%
BLUE value IS 225 (88.28% from 255) = 68.81%
R=26.30%
G=4.89%
B=68.81%

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
Decimal86162250.620.9300.12260.186.7247.25
Hex5610E13E5D0C104572f
Octal126203417613501440412757
Binary101011010000111000011111101011101011001000001001010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5610E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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