#6E3577

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

Shades of Eminence #6E3577

Tints of Eminence #6E3577

Color information

#6E3577 (or 0x6E3577) is unknown color: approx Eminence. HEX triplet: 6E, 35 and 77. RGB value is (110,53,119). Sum of RGB (Red+Green+Blue) = 110+53+119=282 (37% of max value = 765). Red value is 110 (43.36% from 255 or 39.01% from 282); Green value is 53 (21.09% from 255 or 18.79% from 282); Blue value is 119 (46.88% from 255 or 42.20% from 282); Max value from RGB is 119 - color contains mainly: blue. Hex color #6E3577 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E3577 is #91CA88. Grayscale: #4D4D4D. Windows color (decimal): -9554569 or 7812462. OLE color: 7812462.

HSL color Cylindrical-coordinate representation of color #6E3577: hue angle of 291.82º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6E3577 is Cyan = 0.08, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB11053119-
CMYK0.080.5500.53
HSL291.82º38.37%33.73%-
HSV(B)291.82º55.46%46.67%-
XYZ11.037.1918.26-
YUV77.57151.38151.13-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 39.01%
GREEN value IS 53 (21.09% from 255) = 18.79%
BLUE value IS 119 (46.88% from 255) = 42.20%
R=39.01%
G=18.79%
B=42.20%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal110531190.080.5500.53291.8238.3733.73
Hex6E35778370351242622
Octal1566516710670654444642
Binary1101110110101111011110001101110110101100100100100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E3577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,53,119); }

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

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

 a { background-color: rgb(110,53,119); }

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

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

 span { border-color: rgb(110,53,119); }

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