#5B2DEF

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

Shades of Han Purple #5B2DEF

Tints of Han Purple #5B2DEF

Color information

#5B2DEF (or 0x5B2DEF) is unknown color: approx Han Purple. HEX triplet: 5B, 2D and EF. RGB value is (91,45,239). Sum of RGB (Red+Green+Blue) = 91+45+239=375 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.27% from 375); Green value is 45 (17.97% from 255 or 12% from 375); Blue value is 239 (93.75% from 255 or 63.73% from 375); Max value from RGB is 239 - color contains mainly: blue. Hex color #5B2DEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5B2DEF is #A4D210. Grayscale: #505050. Windows color (decimal): -10801681 or 15674715. OLE color: 15674715.

HSL color Cylindrical-coordinate representation of color #5B2DEF: hue angle of 254.23º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5B2DEF is Cyan = 0.62, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB9145239-
CMYK0.620.8100.06
HSL254.23º85.84%55.69%-
HSV(B)254.23º81.17%93.73%-
XYZ20.8310.3382.56-
YUV80.87217.24135.23-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 24.27%
GREEN value IS 45 (17.97% from 255) = 12%
BLUE value IS 239 (93.75% from 255) = 63.73%
R=24.27%
G=12%
B=63.73%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal91452390.620.8100.06254.2385.8455.69
Hex5B2DEF3E5106fe5638
Octal13355357761210637612670
Binary10110111011011110111111111010100010110111111101010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B2DEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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