#5A37AC

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

Shades of Royal Purple #5A37AC

Tints of Royal Purple #5A37AC

Color information

#5A37AC (or 0x5A37AC) is unknown color: approx Royal Purple. HEX triplet: 5A, 37 and AC. RGB value is (90,55,172). Sum of RGB (Red+Green+Blue) = 90+55+172=317 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.39% from 317); Green value is 55 (21.88% from 255 or 17.35% from 317); Blue value is 172 (67.58% from 255 or 54.26% from 317); Max value from RGB is 172 - color contains mainly: blue. Hex color #5A37AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A37AC is #A5C853. Grayscale: #4E4E4E. Windows color (decimal): -10864724 or 11286362. OLE color: 11286362.

HSL color Cylindrical-coordinate representation of color #5A37AC: hue angle of 257.95º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5A37AC is Cyan = 0.48, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB9055172-
CMYK0.480.6800.33
HSL257.95º51.54%44.51%-
HSV(B)257.95º68.02%67.45%-
XYZ13.037.8839.86-
YUV78.8180.6135.99-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 28.39%
GREEN value IS 55 (21.88% from 255) = 17.35%
BLUE value IS 172 (67.58% from 255) = 54.26%
R=28.39%
G=17.35%
B=54.26%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal90551720.480.6800.33257.9551.5444.51
Hex5A37AC3044021102342d
Octal13267254601040414026455
Binary10110101101111010110011000010001000100001100000010110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A37AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,55,172); }

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

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

 a { background-color: rgb(90,55,172); }

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

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

 span { border-color: rgb(90,55,172); }

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