#6E327F

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

Shades of Eminence #6E327F

Tints of Eminence #6E327F

Color information

#6E327F (or 0x6E327F) is unknown color: approx Eminence. HEX triplet: 6E, 32 and 7F. RGB value is (110,50,127). Sum of RGB (Red+Green+Blue) = 110+50+127=287 (38% of max value = 765). Red value is 110 (43.36% from 255 or 38.33% from 287); Green value is 50 (19.92% from 255 or 17.42% from 287); Blue value is 127 (50% from 255 or 44.25% from 287); Max value from RGB is 127 - color contains mainly: blue. Hex color #6E327F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E327F is #91CD80. Grayscale: #4C4C4C. Windows color (decimal): -9555329 or 8335982. OLE color: 8335982.

HSL color Cylindrical-coordinate representation of color #6E327F: hue angle of 286.75º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6E327F is Cyan = 0.13, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB11050127-
CMYK0.130.6100.50
HSL286.75º43.5%34.71%-
HSV(B)286.75º60.63%49.8%-
XYZ11.47.1320.85-
YUV76.72156.38151.74-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 38.33%
GREEN value IS 50 (19.92% from 255) = 17.42%
BLUE value IS 127 (50% from 255) = 44.25%
R=38.33%
G=17.42%
B=44.25%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal110501270.130.6100.50286.7543.534.71
Hex6E327FD3D03211f2c23
Octal1566217715750624375443
Binary1101110110010111111111011111010110010100011111101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E327F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,50,127); }

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

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

 a { background-color: rgb(110,50,127); }

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

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

 span { border-color: rgb(110,50,127); }

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