#6E3473

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

Shades of Eminence #6E3473

Tints of Eminence #6E3473

Color information

#6E3473 (or 0x6E3473) is unknown color: approx Eminence. HEX triplet: 6E, 34 and 73. RGB value is (110,52,115). Sum of RGB (Red+Green+Blue) = 110+52+115=277 (36% of max value = 765). Red value is 110 (43.36% from 255 or 39.71% from 277); Green value is 52 (20.70% from 255 or 18.77% from 277); Blue value is 115 (45.31% from 255 or 41.52% from 277); Max value from RGB is 115 - color contains mainly: blue. Hex color #6E3473 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E3473 is #91CB8C. Grayscale: #4C4C4C. Windows color (decimal): -9554829 or 7550062. OLE color: 7550062.

HSL color Cylindrical-coordinate representation of color #6E3473: hue angle of 295.24º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6E3473 is Cyan = 0.04, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB11052115-
CMYK0.040.5500.55
HSL295.24º37.72%32.75%-
HSV(B)295.24º54.78%45.1%-
XYZ10.757.0117.01-
YUV76.52149.72151.88-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 39.71%
GREEN value IS 52 (20.70% from 255) = 18.77%
BLUE value IS 115 (45.31% from 255) = 41.52%
R=39.71%
G=18.77%
B=41.52%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal110521150.040.5500.55295.2437.7232.75
Hex6E34734370371272621
Octal156641634670674474641
Binary110111011010011100111001101110110111100100111100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E3473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,52,115); }

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

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

 a { background-color: rgb(110,52,115); }

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

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

 span { border-color: rgb(110,52,115); }

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