#5B22EE

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

Shades of Han Purple #5B22EE

Tints of Han Purple #5B22EE

Color information

#5B22EE (or 0x5B22EE) is unknown color: approx Han Purple. HEX triplet: 5B, 22 and EE. RGB value is (91,34,238). Sum of RGB (Red+Green+Blue) = 91+34+238=363 (48% of max value = 765). Red value is 91 (35.94% from 255 or 25.07% from 363); Green value is 34 (13.67% from 255 or 9.37% from 363); Blue value is 238 (93.36% from 255 or 65.56% from 363); Max value from RGB is 238 - color contains mainly: blue. Hex color #5B22EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5B22EE is #A4DD11. Grayscale: #494949. Windows color (decimal): -10804498 or 15606363. OLE color: 15606363.

HSL color Cylindrical-coordinate representation of color #5B22EE: hue angle of 256.76º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5B22EE is Cyan = 0.62, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB9134238-
CMYK0.620.8600.07
HSL256.76º85.71%53.33%-
HSV(B)256.76º85.71%93.33%-
XYZ20.329.5481.66-
YUV74.3220.38139.91-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 25.07%
GREEN value IS 34 (13.67% from 255) = 9.37%
BLUE value IS 238 (93.36% from 255) = 65.56%
R=25.07%
G=9.37%
B=65.56%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal91342380.620.8600.07256.7685.7153.33
Hex5B22EE3E56071015635
Octal13342356761260740112665
Binary101101110001011101110111110101011001111000000011010110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B22EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,34,238); }

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

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

 a { background-color: rgb(91,34,238); }

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

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

 span { border-color: rgb(91,34,238); }

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