#5940AC

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

Shades of Royal Purple #5940AC

Tints of Royal Purple #5940AC

Color information

#5940AC (or 0x5940AC) is unknown color: approx Royal Purple. HEX triplet: 59, 40 and AC. RGB value is (89,64,172). Sum of RGB (Red+Green+Blue) = 89+64+172=325 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.38% from 325); Green value is 64 (25.39% from 255 or 19.69% from 325); Blue value is 172 (67.58% from 255 or 52.92% from 325); Max value from RGB is 172 - color contains mainly: blue. Hex color #5940AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5940AC is #A6BF53. Grayscale: #535353. Windows color (decimal): -10927956 or 11288665. OLE color: 11288665.

HSL color Cylindrical-coordinate representation of color #5940AC: hue angle of 253.89º 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 #5940AC is Cyan = 0.48, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8964172-
CMYK0.480.6300.33
HSL253.89º45.76%46.27%-
HSV(B)253.89º62.79%67.45%-
XYZ13.48.7740.02-
YUV83.79177.78131.72-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 27.38%
GREEN value IS 64 (25.39% from 255) = 19.69%
BLUE value IS 172 (67.58% from 255) = 52.92%
R=27.38%
G=19.69%
B=52.92%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal89641720.480.6300.33253.8945.7646.27
Hex5940AC303F021fe2e2e
Octal13110025460770413765656
Binary1011001100000010101100110000111111010000111111110101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5940AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5940AC; }

 p { color: rgb(89,64,172); }

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

<style>
 a { background-color: #5940AC; }

 a { background-color: rgb(89,64,172); }

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

<style>
 span { border-color: #5940AC; }

 span { border-color: rgb(89,64,172); }

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