#5620F1

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

Shades of Han Purple #5620F1

Tints of Han Purple #5620F1

Color information

#5620F1 (or 0x5620F1) is unknown color: approx Han Purple. HEX triplet: 56, 20 and F1. RGB value is (86,32,241). Sum of RGB (Red+Green+Blue) = 86+32+241=359 (47% of max value = 765). Red value is 86 (33.98% from 255 or 23.96% from 359); Green value is 32 (12.89% from 255 or 8.91% from 359); Blue value is 241 (94.53% from 255 or 67.13% from 359); Max value from RGB is 241 - color contains mainly: blue. Hex color #5620F1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5620F1 is #A9DF0E. Grayscale: #474747. Windows color (decimal): -11132687 or 15802454. OLE color: 15802454.

HSL color Cylindrical-coordinate representation of color #5620F1: hue angle of 255.5º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5620F1 is Cyan = 0.64, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB8632241-
CMYK0.640.8700.05
HSL255.5º88.19%53.53%-
HSV(B)255.5º86.72%94.51%-
XYZ20.239.3683.96-
YUV71.97223.39138.01-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.96%
GREEN value IS 32 (12.89% from 255) = 8.91%
BLUE value IS 241 (94.53% from 255) = 67.13%
R=23.96%
G=8.91%
B=67.13%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal86322410.640.8700.05255.588.1953.53
Hex5620F14057051005836
Octal126403611001270540013066
Binary1010110100000111100011000000101011101011000000001011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5620F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5620F1; }

 p { color: rgb(86,32,241); }

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

<style>
 a { background-color: #5620F1; }

 a { background-color: rgb(86,32,241); }

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

<style>
 span { border-color: #5620F1; }

 span { border-color: rgb(86,32,241); }

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