#5b2be2

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

Shades of Han Purple #5B2BE2

Tints of Han Purple #5B2BE2

Color information

#5B2BE2 (or 0x5B2BE2) is unknown color: approx Han Purple. HEX triplet: 5B, 2B and E2. RGB value is (91,43,226). Sum of RGB (Red+Green+Blue) = 91+43+226=360 (47% of max value = 765). Red value is 91 (35.94% from 255 or 25.28% from 360); Green value is 43 (17.19% from 255 or 11.94% from 360); Blue value is 226 (88.67% from 255 or 62.78% from 360); Max value from RGB is 226 - color contains mainly: blue. Hex color #5B2BE2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B2BE2 is #A4D41D. Grayscale: #4D4D4D. Windows color (decimal): -10802206 or 14822235. OLE color: 14822235.

HSL color Cylindrical-coordinate representation of color #5B2BE2: hue angle of 255.74º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5B2BE2 is Cyan = 0.60, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB9143226-
CMYK0.600.8100.11
HSL255.74º75.93%52.75%-
HSV(B)255.74º80.97%88.63%-
XYZ18.919.4472.78-
YUV78.21211.4137.12-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 25.28%
GREEN value IS 43 (17.19% from 255) = 11.94%
BLUE value IS 226 (88.67% from 255) = 62.78%
R=25.28%
G=11.94%
B=62.78%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal91432260.600.8100.11255.7475.9352.75
Hex5B2BE23C510B1004c35
Octal133533427412101340011465
Binary1011011101011111000101111001010001010111000000001001100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5b2be2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,43,226); }

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

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

 a { background-color: rgb(91,43,226); }

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

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

 span { border-color: rgb(91,43,226); }

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