#5A2BF0

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

Shades of Han Purple #5A2BF0

Tints of Han Purple #5A2BF0

Color information

#5A2BF0 (or 0x5A2BF0) is unknown color: approx Han Purple. HEX triplet: 5A, 2B and F0. RGB value is (90,43,240). Sum of RGB (Red+Green+Blue) = 90+43+240=373 (49% of max value = 765). Red value is 90 (35.55% from 255 or 24.13% from 373); Green value is 43 (17.19% from 255 or 11.53% from 373); Blue value is 240 (94.14% from 255 or 64.34% from 373); Max value from RGB is 240 - color contains mainly: blue. Hex color #5A2BF0 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5A2BF0 is #A5D40F. Grayscale: #4E4E4E. Windows color (decimal): -10867728 or 15739738. OLE color: 15739738.

HSL color Cylindrical-coordinate representation of color #5A2BF0: hue angle of 254.31º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5A2BF0 is Cyan = 0.62, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB9043240-
CMYK0.620.8200.06
HSL254.31º86.78%55.49%-
HSV(B)254.31º82.08%94.12%-
XYZ20.8110.1983.31-
YUV79.51218.57135.48-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 24.13%
GREEN value IS 43 (17.19% from 255) = 11.53%
BLUE value IS 240 (94.14% from 255) = 64.34%
R=24.13%
G=11.53%
B=64.34%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal90432400.620.8200.06254.3186.7855.49
Hex5A2BF03E5206fe5737
Octal13253360761220637612767
Binary10110101010111111000011111010100100110111111101010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A2BF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,43,240); }

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

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

 a { background-color: rgb(90,43,240); }

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

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

 span { border-color: rgb(90,43,240); }

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