#5A26A2

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

Shades of Royal Purple #5A26A2

Tints of Royal Purple #5A26A2

Color information

#5A26A2 (or 0x5A26A2) is unknown color: approx Royal Purple. HEX triplet: 5A, 26 and A2. RGB value is (90,38,162). Sum of RGB (Red+Green+Blue) = 90+38+162=290 (38% of max value = 765). Red value is 90 (35.55% from 255 or 31.03% from 290); Green value is 38 (15.23% from 255 or 13.10% from 290); Blue value is 162 (63.67% from 255 or 55.86% from 290); Max value from RGB is 162 - color contains mainly: blue. Hex color #5A26A2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A26A2 is #A5D95D. Grayscale: #434343. Windows color (decimal): -10869086 or 10626650. OLE color: 10626650.

HSL color Cylindrical-coordinate representation of color #5A26A2: hue angle of 265.16º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5A26A2 is Cyan = 0.44, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB9038162-
CMYK0.440.7700.36
HSL265.16º62%39.22%-
HSV(B)265.16º76.54%63.53%-
XYZ11.436.1734.77-
YUV67.68181.23143.92-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 31.03%
GREEN value IS 38 (15.23% from 255) = 13.10%
BLUE value IS 162 (63.67% from 255) = 55.86%
R=31.03%
G=13.10%
B=55.86%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal90381620.440.7700.36265.166239.22
Hex5A26A22C4D0241093e27
Octal13246242541150444117647
Binary10110101001101010001010110010011010100100100001001111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A26A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,38,162); }

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

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

 a { background-color: rgb(90,38,162); }

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

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

 span { border-color: rgb(90,38,162); }

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