#5B20E1

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

Shades of Han Purple #5B20E1

Tints of Han Purple #5B20E1

Color information

#5B20E1 (or 0x5B20E1) is unknown color: approx Han Purple. HEX triplet: 5B, 20 and E1. RGB value is (91,32,225). Sum of RGB (Red+Green+Blue) = 91+32+225=348 (46% of max value = 765). Red value is 91 (35.94% from 255 or 26.15% from 348); Green value is 32 (12.89% from 255 or 9.20% from 348); Blue value is 225 (88.28% from 255 or 64.66% from 348); Max value from RGB is 225 - color contains mainly: blue. Hex color #5B20E1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B20E1 is #A4DF1E. Grayscale: #464646. Windows color (decimal): -10805023 or 14753883. OLE color: 14753883.

HSL color Cylindrical-coordinate representation of color #5B20E1: hue angle of 258.34º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5B20E1 is Cyan = 0.60, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB9132225-
CMYK0.600.8600.12
HSL258.34º76.28%50.39%-
HSV(B)258.34º85.78%88.24%-
XYZ18.428.6971.94-
YUV71.64214.55141.81-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 26.15%
GREEN value IS 32 (12.89% from 255) = 9.20%
BLUE value IS 225 (88.28% from 255) = 64.66%
R=26.15%
G=9.20%
B=64.66%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal91322250.600.8600.12258.3476.2850.39
Hex5B20E13C560C1024c32
Octal133403417412601440211462
Binary1011011100000111000011111001010110011001000000101001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B20E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5B20E1; }

 p { color: rgb(91,32,225); }

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

<style>
 a { background-color: #5B20E1; }

 a { background-color: rgb(91,32,225); }

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

<style>
 span { border-color: #5B20E1; }

 span { border-color: rgb(91,32,225); }

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