#5617e4

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

Shades of Han Purple #5617E4

Tints of Han Purple #5617E4

Color information

#5617E4 (or 0x5617E4) is unknown color: approx Han Purple. HEX triplet: 56, 17 and E4. RGB value is (86,23,228). Sum of RGB (Red+Green+Blue) = 86+23+228=337 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.52% from 337); Green value is 23 (9.38% from 255 or 6.82% from 337); Blue value is 228 (89.45% from 255 or 67.66% from 337); Max value from RGB is 228 - color contains mainly: blue. Hex color #5617E4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5617E4 is #A9E81B. Grayscale: #404040. Windows color (decimal): -11135004 or 14948182. OLE color: 14948182.

HSL color Cylindrical-coordinate representation of color #5617E4: hue angle of 258.44º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5617E4 is Cyan = 0.62, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB8623228-
CMYK0.620.9000.11
HSL258.44º81.67%49.22%-
HSV(B)258.44º89.91%89.41%-
XYZ18.158.1974.02-
YUV65.21219.87142.83-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.52%
GREEN value IS 23 (9.38% from 255) = 6.82%
BLUE value IS 228 (89.45% from 255) = 67.66%
R=25.52%
G=6.82%
B=67.66%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal86232280.620.9000.11258.4481.6749.22
Hex5617E43E5A0B1025231
Octal126273447613201340212261
Binary101011010111111001001111101011010010111000000101010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5617e4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5617e4; }

 p { color: rgb(86,23,228); }

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

<style>
 a { background-color: #5617e4; }

 a { background-color: rgb(86,23,228); }

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

<style>
 span { border-color: #5617e4; }

 span { border-color: rgb(86,23,228); }

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