#5A19F0

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

Shades of Han Purple #5A19F0

Tints of Han Purple #5A19F0

Color information

#5A19F0 (or 0x5A19F0) is unknown color: approx Han Purple. HEX triplet: 5A, 19 and F0. RGB value is (90,25,240). Sum of RGB (Red+Green+Blue) = 90+25+240=355 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.35% from 355); Green value is 25 (10.16% from 255 or 7.04% from 355); Blue value is 240 (94.14% from 255 or 67.61% from 355); Max value from RGB is 240 - color contains mainly: blue. Hex color #5A19F0 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5A19F0 is #A5E60F. Grayscale: #444444. Windows color (decimal): -10872336 or 15735130. OLE color: 15735130.

HSL color Cylindrical-coordinate representation of color #5A19F0: hue angle of 258.14º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5A19F0 is Cyan = 0.62, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB9025240-
CMYK0.620.9000.06
HSL258.14º87.76%51.96%-
HSV(B)258.14º89.58%94.12%-
XYZ20.299.1683.14-
YUV68.94224.53143.02-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 25.35%
GREEN value IS 25 (10.16% from 255) = 7.04%
BLUE value IS 240 (94.14% from 255) = 67.61%
R=25.35%
G=7.04%
B=67.61%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal90252400.620.9000.06258.1487.7651.96
Hex5A19F03E5A061025834
Octal13231360761320640213064
Binary10110101100111110000111110101101001101000000101011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A19F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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