#5A13E6

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

Shades of Han Purple #5A13E6

Tints of Han Purple #5A13E6

Color information

#5A13E6 (or 0x5A13E6) is unknown color: approx Han Purple. HEX triplet: 5A, 13 and E6. RGB value is (90,19,230). Sum of RGB (Red+Green+Blue) = 90+19+230=339 (44% of max value = 765). Red value is 90 (35.55% from 255 or 26.55% from 339); Green value is 19 (7.81% from 255 or 5.60% from 339); Blue value is 230 (90.23% from 255 or 67.85% from 339); Max value from RGB is 230 - color contains mainly: blue. Hex color #5A13E6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5A13E6 is #A5EC19. Grayscale: #3F3F3F. Windows color (decimal): -10873882 or 15078234. OLE color: 15078234.

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

Color convert

RGB9019230-
CMYK0.610.9200.10
HSL260.19º84.74%48.82%-
HSV(B)260.19º91.74%90.2%-
XYZ18.738.3575.49-
YUV64.28221.52146.34-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 26.55%
GREEN value IS 19 (7.81% from 255) = 5.60%
BLUE value IS 230 (90.23% from 255) = 67.85%
R=26.55%
G=5.60%
B=67.85%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal90192300.610.9200.10260.1984.7448.82
Hex5A13E63D5C0A1045531
Octal132233467513401240412561
Binary101101010011111001101111011011100010101000001001010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A13E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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