#5B2DE1

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

Shades of Han Purple #5B2DE1

Tints of Han Purple #5B2DE1

Color information

#5B2DE1 (or 0x5B2DE1) is unknown color: approx Han Purple. HEX triplet: 5B, 2D and E1. RGB value is (91,45,225). Sum of RGB (Red+Green+Blue) = 91+45+225=361 (47% of max value = 765). Red value is 91 (35.94% from 255 or 25.21% from 361); Green value is 45 (17.97% from 255 or 12.47% from 361); Blue value is 225 (88.28% from 255 or 62.33% from 361); Max value from RGB is 225 - color contains mainly: blue. Hex color #5B2DE1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B2DE1 is #A4D21E. Grayscale: #4E4E4E. Windows color (decimal): -10801695 or 14757211. OLE color: 14757211.

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

Color convert

RGB9145225-
CMYK0.600.800.12
HSL255.33º75%52.94%-
HSV(B)255.33º80%88.24%-
XYZ18.849.5472.08-
YUV79.27210.24136.36-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 25.21%
GREEN value IS 45 (17.97% from 255) = 12.47%
BLUE value IS 225 (88.28% from 255) = 62.33%
R=25.21%
G=12.47%
B=62.33%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal91452250.600.800.12255.337552.94
Hex5B2DE13C500Cff4b35
Octal133553417412001437711365
Binary101101110110111100001111100101000001100111111111001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B2DE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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