#5A3FAB

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

Shades of Royal Purple #5A3FAB

Tints of Royal Purple #5A3FAB

Color information

#5A3FAB (or 0x5A3FAB) is unknown color: approx Royal Purple. HEX triplet: 5A, 3F and AB. RGB value is (90,63,171). Sum of RGB (Red+Green+Blue) = 90+63+171=324 (42% of max value = 765). Red value is 90 (35.55% from 255 or 27.78% from 324); Green value is 63 (25% from 255 or 19.44% from 324); Blue value is 171 (67.19% from 255 or 52.78% from 324); Max value from RGB is 171 - color contains mainly: blue. Hex color #5A3FAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A3FAB is #A5C054. Grayscale: #525252. Windows color (decimal): -10862677 or 11222874. OLE color: 11222874.

HSL color Cylindrical-coordinate representation of color #5A3FAB: hue angle of 255º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5A3FAB is Cyan = 0.47, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB9063171-
CMYK0.470.6300.33
HSL255º46.15%45.88%-
HSV(B)255º63.16%67.06%-
XYZ13.348.6739.5-
YUV83.38177.45132.72-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 27.78%
GREEN value IS 63 (25% from 255) = 19.44%
BLUE value IS 171 (67.19% from 255) = 52.78%
R=27.78%
G=19.44%
B=52.78%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal90631710.470.6300.3325546.1545.88
Hex5A3FAB2F3F021ff2e2e
Octal1327725357770413775656
Binary101101011111110101011101111111111010000111111111101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A3FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,63,171); }

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

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

 a { background-color: rgb(90,63,171); }

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

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

 span { border-color: rgb(90,63,171); }

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