#5608E1

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

Shades of Han Purple #5608E1

Tints of Han Purple #5608E1

Color information

#5608E1 (or 0x5608E1) is unknown color: approx Han Purple. HEX triplet: 56, 08 and E1. RGB value is (86,8,225). Sum of RGB (Red+Green+Blue) = 86+8+225=319 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.96% from 319); Green value is 8 (3.52% from 255 or 2.51% from 319); Blue value is 225 (88.28% from 255 or 70.53% from 319); Max value from RGB is 225 - color contains mainly: blue. Hex color #5608E1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5608E1 is #A9F71E. Grayscale: #373737. Windows color (decimal): -11138847 or 14747734. OLE color: 14747734.

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

Color convert

RGB868225-
CMYK0.620.9600.12
HSL261.57º93.13%45.69%-
HSV(B)261.57º96.44%88.24%-
XYZ17.527.5971.78-
YUV56.06223.34149.36-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 26.96%
GREEN value IS 8 (3.52% from 255) = 2.51%
BLUE value IS 225 (88.28% from 255) = 70.53%
R=26.96%
G=2.51%
B=70.53%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal8682250.620.9600.12261.5793.1345.69
Hex568E13E600C1065d2e
Octal126103417614001440613556
Binary10101101000111000011111101100000011001000001101011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5608E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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