#5A10DE

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

Shades of Han Purple #5A10DE

Tints of Han Purple #5A10DE

Color information

#5A10DE (or 0x5A10DE) is unknown color: approx Han Purple. HEX triplet: 5A, 10 and DE. RGB value is (90,16,222). Sum of RGB (Red+Green+Blue) = 90+16+222=328 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.44% from 328); Green value is 16 (6.64% from 255 or 4.88% from 328); Blue value is 222 (87.11% from 255 or 67.68% from 328); Max value from RGB is 222 - color contains mainly: blue. Hex color #5A10DE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5A10DE is #A5EF21. Grayscale: #3C3C3C. Windows color (decimal): -10874658 or 14553178. OLE color: 14553178.

HSL color Cylindrical-coordinate representation of color #5A10DE: hue angle of 261.55º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5A10DE is Cyan = 0.59, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB9016222-
CMYK0.590.9300.13
HSL261.55º86.55%46.67%-
HSV(B)261.55º92.79%87.06%-
XYZ17.597.8269.69-
YUV61.61218.52148.25-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 27.44%
GREEN value IS 16 (6.64% from 255) = 4.88%
BLUE value IS 222 (87.11% from 255) = 67.68%
R=27.44%
G=4.88%
B=67.68%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal90162220.590.9300.13261.5586.5546.67
Hex5A10DE3B5D0D106572f
Octal132203367313501540612757
Binary101101010000110111101110111011101011011000001101010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A10DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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