#5E2BEB

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

Shades of Han Purple #5E2BEB

Tints of Han Purple #5E2BEB

Color information

#5E2BEB (or 0x5E2BEB) is unknown color: approx Han Purple. HEX triplet: 5E, 2B and EB. RGB value is (94,43,235). Sum of RGB (Red+Green+Blue) = 94+43+235=372 (49% of max value = 765). Red value is 94 (37.11% from 255 or 25.27% from 372); Green value is 43 (17.19% from 255 or 11.56% from 372); Blue value is 235 (92.19% from 255 or 63.17% from 372); Max value from RGB is 235 - color contains mainly: blue. Hex color #5E2BEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5E2BEB is #A1D414. Grayscale: #4F4F4F. Windows color (decimal): -10605589 or 15412062. OLE color: 15412062.

HSL color Cylindrical-coordinate representation of color #5E2BEB: hue angle of 255.94º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5E2BEB is Cyan = 0.6, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB9443235-
CMYK0.60.8200.08
HSL255.94º82.76%54.51%-
HSV(B)255.94º81.7%92.16%-
XYZ20.4810.1179.47-
YUV80.14215.4137.89-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 25.27%
GREEN value IS 43 (17.19% from 255) = 11.56%
BLUE value IS 235 (92.19% from 255) = 63.17%
R=25.27%
G=11.56%
B=63.17%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal94432350.60.8200.08255.9482.7654.51
Hex5E2BEB3C52081005337
Octal136533537412201040012367
Binary1011110101011111010111111001010010010001000000001010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E2BEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,43,235); }

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

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

 a { background-color: rgb(94,43,235); }

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

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

 span { border-color: rgb(94,43,235); }

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