#5A13E7

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

Shades of Han Purple #5A13E7

Tints of Han Purple #5A13E7

Color information

#5A13E7 (or 0x5A13E7) is unknown color: approx Han Purple. HEX triplet: 5A, 13 and E7. RGB value is (90,19,231). Sum of RGB (Red+Green+Blue) = 90+19+231=340 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.47% from 340); Green value is 19 (7.81% from 255 or 5.59% from 340); Blue value is 231 (90.62% from 255 or 67.94% from 340); Max value from RGB is 231 - color contains mainly: blue. Hex color #5A13E7 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5A13E7 is #A5EC18. Grayscale: #3F3F3F. Windows color (decimal): -10873881 or 15143770. OLE color: 15143770.

HSL color Cylindrical-coordinate representation of color #5A13E7: hue angle of 260.09º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5A13E7 is Cyan = 0.61, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB9019231-
CMYK0.610.9200.09
HSL260.09º84.8%49.02%-
HSV(B)260.09º91.77%90.59%-
XYZ18.878.4176.23-
YUV64.4222.02146.26-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 26.47%
GREEN value IS 19 (7.81% from 255) = 5.59%
BLUE value IS 231 (90.62% from 255) = 67.94%
R=26.47%
G=5.59%
B=67.94%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal90192310.610.9200.09260.0984.849.02
Hex5A13E73D5C091045531
Octal132233477513401140412561
Binary101101010011111001111111011011100010011000001001010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A13E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,19,231); }

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

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

 a { background-color: rgb(90,19,231); }

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

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

 span { border-color: rgb(90,19,231); }

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