#5A06D5

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

Shades of Han Purple #5A06D5

Tints of Han Purple #5A06D5

Color information

#5A06D5 (or 0x5A06D5) is unknown color: approx Han Purple. HEX triplet: 5A, 06 and D5. RGB value is (90,6,213). Sum of RGB (Red+Green+Blue) = 90+6+213=309 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.13% from 309); Green value is 6 (2.73% from 255 or 1.94% from 309); Blue value is 213 (83.59% from 255 or 68.93% from 309); Max value from RGB is 213 - color contains mainly: blue. Hex color #5A06D5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5A06D5 is #A5F92A. Grayscale: #353535. Windows color (decimal): -10877227 or 13960794. OLE color: 13960794.

HSL color Cylindrical-coordinate representation of color #5A06D5: hue angle of 264.35º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5A06D5 is Cyan = 0.58, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB906213-
CMYK0.580.9700.16
HSL264.35º94.52%42.94%-
HSV(B)264.35º97.18%83.53%-
XYZ16.297.1163.46-
YUV54.71217.33153.17-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 29.13%
GREEN value IS 6 (2.73% from 255) = 1.94%
BLUE value IS 213 (83.59% from 255) = 68.93%
R=29.13%
G=1.94%
B=68.93%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal9062130.580.9700.16264.3594.5242.94
Hex5A6D53A610101085f2b
Octal13263257214102041013753
Binary10110101101101010111101011000010100001000010001011111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A06D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,6,213); }

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

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

 a { background-color: rgb(90,6,213); }

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

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

 span { border-color: rgb(90,6,213); }

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