#5B2CF3

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

Shades of Han Purple #5B2CF3

Tints of Han Purple #5B2CF3

Color information

#5B2CF3 (or 0x5B2CF3) is unknown color: approx Han Purple. HEX triplet: 5B, 2C and F3. RGB value is (91,44,243). Sum of RGB (Red+Green+Blue) = 91+44+243=378 (50% of max value = 765). Red value is 91 (35.94% from 255 or 24.07% from 378); Green value is 44 (17.58% from 255 or 11.64% from 378); Blue value is 243 (95.31% from 255 or 64.29% from 378); Max value from RGB is 243 - color contains mainly: blue. Hex color #5B2CF3 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5B2CF3 is #A4D30C. Grayscale: #4F4F4F. Windows color (decimal): -10801933 or 15936603. OLE color: 15936603.

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

Color convert

RGB9144243-
CMYK0.630.8200.05
HSL254.17º89.24%56.27%-
HSV(B)254.17º81.89%95.29%-
XYZ21.3910.585.69-
YUV80.74219.57135.32-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 24.07%
GREEN value IS 44 (17.58% from 255) = 11.64%
BLUE value IS 243 (95.31% from 255) = 64.29%
R=24.07%
G=11.64%
B=64.29%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal91442430.630.8200.05254.1789.2456.27
Hex5B2CF33F5205fe5938
Octal13354363771220537613170
Binary10110111011001111001111111110100100101111111101011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B2CF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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