#5E41AE

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

Shades of Royal Purple #5E41AE

Tints of Royal Purple #5E41AE

Color information

#5E41AE (or 0x5E41AE) is unknown color: approx Royal Purple. HEX triplet: 5E, 41 and AE. RGB value is (94,65,174). Sum of RGB (Red+Green+Blue) = 94+65+174=333 (44% of max value = 765). Red value is 94 (37.11% from 255 or 28.23% from 333); Green value is 65 (25.78% from 255 or 19.52% from 333); Blue value is 174 (68.36% from 255 or 52.25% from 333); Max value from RGB is 174 - color contains mainly: blue. Hex color #5E41AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E41AE is #A1BE51. Grayscale: #555555. Windows color (decimal): -10600018 or 11419998. OLE color: 11419998.

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

Color convert

RGB9465174-
CMYK0.460.6300.32
HSL255.96º45.61%46.86%-
HSV(B)255.96º62.64%68.24%-
XYZ14.159.2241.08-
YUV86.1177.61133.64-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 28.23%
GREEN value IS 65 (25.78% from 255) = 19.52%
BLUE value IS 174 (68.36% from 255) = 52.25%
R=28.23%
G=19.52%
B=52.25%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal94651740.460.6300.32255.9645.6146.86
Hex5E41AE2E3F0201002e2f
Octal13610125656770404005657
Binary10111101000001101011101011101111110100000100000000101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E41AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,65,174); }

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

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

 a { background-color: rgb(94,65,174); }

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

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

 span { border-color: rgb(94,65,174); }

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