#5B0EF3

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

Shades of Han Purple #5B0EF3

Tints of Han Purple #5B0EF3

Color information

#5B0EF3 (or 0x5B0EF3) is unknown color: approx Han Purple. HEX triplet: 5B, 0E and F3. RGB value is (91,14,243). Sum of RGB (Red+Green+Blue) = 91+14+243=348 (46% of max value = 765). Red value is 91 (35.94% from 255 or 26.15% from 348); Green value is 14 (5.86% from 255 or 4.02% from 348); Blue value is 243 (95.31% from 255 or 69.83% from 348); Max value from RGB is 243 - color contains mainly: blue. Hex color #5B0EF3 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5B0EF3 is #A4F10C. Grayscale: #3E3E3E. Windows color (decimal): -10809613 or 15928923. OLE color: 15928923.

HSL color Cylindrical-coordinate representation of color #5B0EF3: hue angle of 260.17º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5B0EF3 is Cyan = 0.63, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB9114243-
CMYK0.630.9400.05
HSL260.17º90.51%50.39%-
HSV(B)260.17º94.24%95.29%-
XYZ20.659.0185.44-
YUV63.13229.51147.88-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 26.15%
GREEN value IS 14 (5.86% from 255) = 4.02%
BLUE value IS 243 (95.31% from 255) = 69.83%
R=26.15%
G=4.02%
B=69.83%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal91142430.630.9400.05260.1790.5150.39
Hex5BEF33F5E051045b32
Octal13316363771360540413362
Binary1011011111011110011111111101111001011000001001011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B0EF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,14,243); }

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

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

 a { background-color: rgb(91,14,243); }

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

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

 span { border-color: rgb(91,14,243); }

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