#5a40ad

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

Shades of Royal Purple #5A40AD

Tints of Royal Purple #5A40AD

Color information

#5A40AD (or 0x5A40AD) is unknown color: approx Royal Purple. HEX triplet: 5A, 40 and AD. RGB value is (90,64,173). Sum of RGB (Red+Green+Blue) = 90+64+173=327 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.52% from 327); Green value is 64 (25.39% from 255 or 19.57% from 327); Blue value is 173 (67.97% from 255 or 52.91% from 327); Max value from RGB is 173 - color contains mainly: blue. Hex color #5A40AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A40AD is #A5BF52. Grayscale: #535353. Windows color (decimal): -10862419 or 11354202. OLE color: 11354202.

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

Color convert

RGB9064173-
CMYK0.480.6300.32
HSL254.31º45.99%46.47%-
HSV(B)254.31º63.01%67.84%-
XYZ13.598.8640.53-
YUV84.2178.11132.14-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 27.52%
GREEN value IS 64 (25.39% from 255) = 19.57%
BLUE value IS 173 (67.97% from 255) = 52.91%
R=27.52%
G=19.57%
B=52.91%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal90641730.480.6300.32254.3145.9946.47
Hex5A40AD303F020fe2e2e
Octal13210025560770403765656
Binary1011010100000010101101110000111111010000011111110101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5a40ad

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,64,173); }

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

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

 a { background-color: rgb(90,64,173); }

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

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

 span { border-color: rgb(90,64,173); }

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