#5A20E5

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

Shades of Han Purple #5A20E5

Tints of Han Purple #5A20E5

Color information

#5A20E5 (or 0x5A20E5) is unknown color: approx Han Purple. HEX triplet: 5A, 20 and E5. RGB value is (90,32,229). Sum of RGB (Red+Green+Blue) = 90+32+229=351 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.64% from 351); Green value is 32 (12.89% from 255 or 9.12% from 351); Blue value is 229 (89.84% from 255 or 65.24% from 351); Max value from RGB is 229 - color contains mainly: blue. Hex color #5A20E5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A20E5 is #A5DF1A. Grayscale: #474747. Windows color (decimal): -10870555 or 15016026. OLE color: 15016026.

HSL color Cylindrical-coordinate representation of color #5A20E5: hue angle of 257.66º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5A20E5 is Cyan = 0.61, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB9032229-
CMYK0.610.8600.10
HSL257.66º79.12%51.18%-
HSV(B)257.66º86.03%89.8%-
XYZ18.888.8674.84-
YUV71.8216.72140.98-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 25.64%
GREEN value IS 32 (12.89% from 255) = 9.12%
BLUE value IS 229 (89.84% from 255) = 65.24%
R=25.64%
G=9.12%
B=65.24%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal90322290.610.8600.10257.6679.1251.18
Hex5A20E53D560A1024f33
Octal132403457512601240211763
Binary1011010100000111001011111011010110010101000000101001111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A20E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,32,229); }

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

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

 a { background-color: rgb(90,32,229); }

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

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

 span { border-color: rgb(90,32,229); }

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