#5B2DF1

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

Shades of Han Purple #5B2DF1

Tints of Han Purple #5B2DF1

Color information

#5B2DF1 (or 0x5B2DF1) is unknown color: approx Han Purple. HEX triplet: 5B, 2D and F1. RGB value is (91,45,241). Sum of RGB (Red+Green+Blue) = 91+45+241=377 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.14% from 377); Green value is 45 (17.97% from 255 or 11.94% from 377); Blue value is 241 (94.53% from 255 or 63.93% from 377); Max value from RGB is 241 - color contains mainly: blue. Hex color #5B2DF1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5B2DF1 is #A4D20E. Grayscale: #505050. Windows color (decimal): -10801679 or 15805787. OLE color: 15805787.

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

Color convert

RGB9145241-
CMYK0.620.8100.05
HSL254.08º87.5%56.08%-
HSV(B)254.08º81.33%94.51%-
XYZ21.1310.4584.12-
YUV81.1218.24135.06-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 24.14%
GREEN value IS 45 (17.97% from 255) = 11.94%
BLUE value IS 241 (94.53% from 255) = 63.93%
R=24.14%
G=11.94%
B=63.93%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal91452410.620.8100.05254.0887.556.08
Hex5B2DF13E5105fe5838
Octal13355361761210537613070
Binary10110111011011111000111111010100010101111111101011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B2DF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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