#5b2eff

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

Shades of Han Purple #5B2EFF

Tints of Han Purple #5B2EFF

Color information

#5B2EFF (or 0x5B2EFF) is unknown color: approx Han Purple. HEX triplet: 5B, 2E and FF. RGB value is (91,46,255). Sum of RGB (Red+Green+Blue) = 91+46+255=392 (51% of max value = 765). Red value is 91 (35.94% from 255 or 23.21% from 392); Green value is 46 (18.36% from 255 or 11.73% from 392); Blue value is 255 (100% from 255 or 65.05% from 392); Max value from RGB is 255 - color contains mainly: blue. Hex color #5B2EFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5B2EFF is #A4D100. Grayscale: #525252. Windows color (decimal): -10801409 or 16723547. OLE color: 16723547.

HSL color Cylindrical-coordinate representation of color #5B2EFF: hue angle of 252.92º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5B2EFF is Cyan = 0.64, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB9146255-
CMYK0.640.8200
HSL252.92º100%59.02%-
HSV(B)252.92º81.96%100%-
XYZ23.3411.495.58-
YUV83.28224.91133.51-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 23.21%
GREEN value IS 46 (18.36% from 255) = 11.73%
BLUE value IS 255 (100% from 255) = 65.05%
R=23.21%
G=11.73%
B=65.05%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal91462550.640.8200252.9210059.02
Hex5B2EFF405200fd643b
Octal133563771001220037514473
Binary1011011101110111111111000000101001000111111011100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5b2eff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,46,255); }

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

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

 a { background-color: rgb(91,46,255); }

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

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

 span { border-color: rgb(91,46,255); }

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