#5A31E7

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

Shades of Han Purple #5A31E7

Tints of Han Purple #5A31E7

Color information

#5A31E7 (or 0x5A31E7) is unknown color: approx Han Purple. HEX triplet: 5A, 31 and E7. RGB value is (90,49,231). Sum of RGB (Red+Green+Blue) = 90+49+231=370 (49% of max value = 765). Red value is 90 (35.55% from 255 or 24.32% from 370); Green value is 49 (19.53% from 255 or 13.24% from 370); Blue value is 231 (90.62% from 255 or 62.43% from 370); Max value from RGB is 231 - color contains mainly: blue. Hex color #5A31E7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5A31E7 is #A5CE18. Grayscale: #515151. Windows color (decimal): -10866201 or 15151450. OLE color: 15151450.

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

Color convert

RGB9049231-
CMYK0.610.7900.09
HSL253.52º79.13%54.9%-
HSV(B)253.52º78.79%90.59%-
XYZ19.7410.1476.52-
YUV82.01212.08133.7-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 24.32%
GREEN value IS 49 (19.53% from 255) = 13.24%
BLUE value IS 231 (90.62% from 255) = 62.43%
R=24.32%
G=13.24%
B=62.43%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal90492310.610.7900.09253.5279.1354.9
Hex5A31E73D4F09fe4f37
Octal132613477511701137611767
Binary101101011000111100111111101100111101001111111101001111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A31E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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