#5A1BE3

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

Shades of Han Purple #5A1BE3

Tints of Han Purple #5A1BE3

Color information

#5A1BE3 (or 0x5A1BE3) is unknown color: approx Han Purple. HEX triplet: 5A, 1B and E3. RGB value is (90,27,227). Sum of RGB (Red+Green+Blue) = 90+27+227=344 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.16% from 344); Green value is 27 (10.94% from 255 or 7.85% from 344); Blue value is 227 (89.06% from 255 or 65.99% from 344); Max value from RGB is 227 - color contains mainly: blue. Hex color #5A1BE3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A1BE3 is #A5E41C. Grayscale: #434343. Windows color (decimal): -10871837 or 14883674. OLE color: 14883674.

HSL color Cylindrical-coordinate representation of color #5A1BE3: hue angle of 258.9º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5A1BE3 is Cyan = 0.60, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB9027227-
CMYK0.600.8800.11
HSL258.9º78.74%49.8%-
HSV(B)258.9º88.11%89.02%-
XYZ18.478.573.34-
YUV68.64217.37143.24-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 26.16%
GREEN value IS 27 (10.94% from 255) = 7.85%
BLUE value IS 227 (89.06% from 255) = 65.99%
R=26.16%
G=7.85%
B=65.99%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal90272270.600.8800.11258.978.7449.8
Hex5A1BE33C580B1034f32
Octal132333437413001340311762
Binary101101011011111000111111001011000010111000000111001111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A1BE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,27,227); }

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

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

 a { background-color: rgb(90,27,227); }

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

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

 span { border-color: rgb(90,27,227); }

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