#6E3076

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

Shades of Eminence #6E3076

Tints of Eminence #6E3076

Color information

#6E3076 (or 0x6E3076) is unknown color: approx Eminence. HEX triplet: 6E, 30 and 76. RGB value is (110,48,118). Sum of RGB (Red+Green+Blue) = 110+48+118=276 (36% of max value = 765). Red value is 110 (43.36% from 255 or 39.86% from 276); Green value is 48 (19.14% from 255 or 17.39% from 276); Blue value is 118 (46.48% from 255 or 42.75% from 276); Max value from RGB is 118 - color contains mainly: blue. Hex color #6E3076 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E3076 is #91CF89. Grayscale: #4A4A4A. Windows color (decimal): -9555850 or 7745646. OLE color: 7745646.

HSL color Cylindrical-coordinate representation of color #6E3076: hue angle of 293.14º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6E3076 is Cyan = 0.07, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB11048118-
CMYK0.070.5900.54
HSL293.14º42.17%32.55%-
HSV(B)293.14º59.32%46.27%-
XYZ10.766.7417.87-
YUV74.52152.54153.31-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 39.86%
GREEN value IS 48 (19.14% from 255) = 17.39%
BLUE value IS 118 (46.48% from 255) = 42.75%
R=39.86%
G=17.39%
B=42.75%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal110481180.070.5900.54293.1442.1732.55
Hex6E307673B0361252a21
Octal156601667730664455241
Binary110111011000011101101111110110110110100100101101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E3076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,48,118); }

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

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

 a { background-color: rgb(110,48,118); }

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

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

 span { border-color: rgb(110,48,118); }

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