#5E3FAE

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

Shades of Royal Purple #5E3FAE

Tints of Royal Purple #5E3FAE

Color information

#5E3FAE (or 0x5E3FAE) is unknown color: approx Royal Purple. HEX triplet: 5E, 3F and AE. RGB value is (94,63,174). Sum of RGB (Red+Green+Blue) = 94+63+174=331 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.40% from 331); Green value is 63 (25% from 255 or 19.03% from 331); Blue value is 174 (68.36% from 255 or 52.57% from 331); Max value from RGB is 174 - color contains mainly: blue. Hex color #5E3FAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E3FAE is #A1C051. Grayscale: #545454. Windows color (decimal): -10600530 or 11419486. OLE color: 11419486.

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

Color convert

RGB9463174-
CMYK0.460.6400.32
HSL256.76º46.84%46.47%-
HSV(B)256.76º63.79%68.24%-
XYZ14.038.9941.04-
YUV84.92178.27134.47-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 28.40%
GREEN value IS 63 (25% from 255) = 19.03%
BLUE value IS 174 (68.36% from 255) = 52.57%
R=28.40%
G=19.03%
B=52.57%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal94631740.460.6400.32256.7646.8446.47
Hex5E3FAE2E400201012f2e
Octal13677256561000404015756
Binary10111101111111010111010111010000000100000100000001101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E3FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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