#5A2EA7

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

Shades of Royal Purple #5A2EA7

Tints of Royal Purple #5A2EA7

Color information

#5A2EA7 (or 0x5A2EA7) is unknown color: approx Royal Purple. HEX triplet: 5A, 2E and A7. RGB value is (90,46,167). Sum of RGB (Red+Green+Blue) = 90+46+167=303 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.70% from 303); Green value is 46 (18.36% from 255 or 15.18% from 303); Blue value is 167 (65.62% from 255 or 55.12% from 303); Max value from RGB is 167 - color contains mainly: blue. Hex color #5A2EA7 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A2EA7 is #A5D158. Grayscale: #484848. Windows color (decimal): -10867033 or 10956378. OLE color: 10956378.

HSL color Cylindrical-coordinate representation of color #5A2EA7: hue angle of 261.82º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5A2EA7 is Cyan = 0.46, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB9046167-
CMYK0.460.7200.35
HSL261.82º56.81%41.76%-
HSV(B)261.82º72.46%65.49%-
XYZ12.176.9237.25-
YUV72.95181.08140.16-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 29.70%
GREEN value IS 46 (18.36% from 255) = 15.18%
BLUE value IS 167 (65.62% from 255) = 55.12%
R=29.70%
G=15.18%
B=55.12%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal90461670.460.7200.35261.8256.8141.76
Hex5A2EA72E48023106392a
Octal13256247561100434067152
Binary10110101011101010011110111010010000100011100000110111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A2EA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,46,167); }

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

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

 a { background-color: rgb(90,46,167); }

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

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

 span { border-color: rgb(90,46,167); }

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