#5A10EB

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

Shades of Han Purple #5A10EB

Tints of Han Purple #5A10EB

Color information

#5A10EB (or 0x5A10EB) is unknown color: approx Han Purple. HEX triplet: 5A, 10 and EB. RGB value is (90,16,235). Sum of RGB (Red+Green+Blue) = 90+16+235=341 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.39% from 341); Green value is 16 (6.64% from 255 or 4.69% from 341); Blue value is 235 (92.19% from 255 or 68.91% from 341); Max value from RGB is 235 - color contains mainly: blue. Hex color #5A10EB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5A10EB is #A5EF14. Grayscale: #3E3E3E. Windows color (decimal): -10874645 or 15405146. OLE color: 15405146.

HSL color Cylindrical-coordinate representation of color #5A10EB: hue angle of 260.27º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5A10EB is Cyan = 0.62, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB9016235-
CMYK0.620.9300.08
HSL260.27º87.25%49.22%-
HSV(B)260.27º93.19%92.16%-
XYZ19.48.5479.22-
YUV63.09225.02147.19-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 26.39%
GREEN value IS 16 (6.64% from 255) = 4.69%
BLUE value IS 235 (92.19% from 255) = 68.91%
R=26.39%
G=4.69%
B=68.91%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal90162350.620.9300.08260.2787.2549.22
Hex5A10EB3E5D081045731
Octal132203537613501040412761
Binary101101010000111010111111101011101010001000001001010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A10EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,16,235); }

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

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

 a { background-color: rgb(90,16,235); }

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

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

 span { border-color: rgb(90,16,235); }

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