#5620FA

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

Shades of Han Purple #5620FA

Tints of Han Purple #5620FA

Color information

#5620FA (or 0x5620FA) is unknown color: approx Han Purple. HEX triplet: 56, 20 and FA. RGB value is (86,32,250). Sum of RGB (Red+Green+Blue) = 86+32+250=368 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.37% from 368); Green value is 32 (12.89% from 255 or 8.70% from 368); Blue value is 250 (98.05% from 255 or 67.93% from 368); Max value from RGB is 250 - color contains mainly: blue. Hex color #5620FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5620FA is #A9DF05. Grayscale: #484848. Windows color (decimal): -11132678 or 16392278. OLE color: 16392278.

HSL color Cylindrical-coordinate representation of color #5620FA: hue angle of 254.86º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5620FA is Cyan = 0.66, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB8632250-
CMYK0.660.8700.02
HSL254.86º95.61%55.29%-
HSV(B)254.86º87.2%98.04%-
XYZ21.619.9191.22-
YUV73227.89137.27-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.37%
GREEN value IS 32 (12.89% from 255) = 8.70%
BLUE value IS 250 (98.05% from 255) = 67.93%
R=23.37%
G=8.70%
B=67.93%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal86322500.660.8700.02254.8695.6155.29
Hex5620FA425702ff6037
Octal126403721021270237714067
Binary10101101000001111101010000101010111010111111111100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5620FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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