#6E3EAE

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

Shades of Royal Purple #6E3EAE

Tints of Royal Purple #6E3EAE

Color information

#6E3EAE (or 0x6E3EAE) is unknown color: approx Royal Purple. HEX triplet: 6E, 3E and AE. RGB value is (110,62,174). Sum of RGB (Red+Green+Blue) = 110+62+174=346 (45% of max value = 765). Red value is 110 (43.36% from 255 or 31.79% from 346); Green value is 62 (24.61% from 255 or 17.92% from 346); Blue value is 174 (68.36% from 255 or 50.29% from 346); Max value from RGB is 174 - color contains mainly: blue. Hex color #6E3EAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E3EAE is #91C151. Grayscale: #585858. Windows color (decimal): -9552210 or 11419246. OLE color: 11419246.

HSL color Cylindrical-coordinate representation of color #6E3EAE: hue angle of 265.71º 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 #6E3EAE is Cyan = 0.37, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB11062174-
CMYK0.370.6400.32
HSL265.71º47.46%46.27%-
HSV(B)265.71º64.37%68.24%-
XYZ15.799.8241.11-
YUV89.12175.9142.89-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 31.79%
GREEN value IS 62 (24.61% from 255) = 17.92%
BLUE value IS 174 (68.36% from 255) = 50.29%
R=31.79%
G=17.92%
B=50.29%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal110621740.370.6400.32265.7147.4646.27
Hex6E3EAE254002010a2f2e
Octal15676256451000404125756
Binary11011101111101010111010010110000000100000100001010101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E3EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6E3EAE; }

 p { color: rgb(110,62,174); }

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

<style>
 a { background-color: #6E3EAE; }

 a { background-color: rgb(110,62,174); }

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

<style>
 span { border-color: #6E3EAE; }

 span { border-color: rgb(110,62,174); }

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