Html Css Color HEX #6E4D71 Eminence

📋 copy color: '#6E4D71'

red 110 ◦ green 77 ◦ blue 113

#6E4D71
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eminence #6E4D71

Tints of Eminence #6E4D71

RGB

 RED value IS 110 (43.36% from 255) = 36.67%

 GREEN value IS 77 (30.47% from 255) = 25.67%

 BLUE value IS 113 (44.53% from 255) = 37.67%

R = 36.67%
G = 25.67%
B = 37.67%

CMYK

 C value IS 0.03

 M value IS 0.32

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#6E4D71 (or 0x6E4D71) is known color: Eminence. HEX triplet: 6E, 4D and 71. RGB value is (110,77,113). Sum of RGB (Red+Green+Blue) = 110+77+113=300 (39% of max value = 765). Red value is 110 (43.36% from 255 or 36.67% from 300); Green value is 77 (30.47% from 255 or 25.67% from 300); Blue value is 113 (44.53% from 255 or 37.67% from 300); Max value from RGB is 113 - color contains mainly: blue. Hex color #6E4D71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E4D71 is #91B28E. Grayscale: #5A5A5A. Windows color (decimal): -9548431 or 7425390. OLE color: 7425390.

HSL color Cylindrical-coordinate representation of color #6E4D71: hue angle of 295º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6E4D71 is Cyan = 0.03, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 110 77 113 -
CMYK 0.03 0.32 0 0.56
HSL 295º 0.19% 0.37% -
HSV(B) 295º 0.32% 0.44% -
XYZ 12.06 9.82 16.88 -
YUV 90.97 140.43 141.57 -
System Red Green Blue C M Y K H S L
Decimal 110 77 113 0.03 0.32 0 0.56 295 0.19 0.37
Hex 6E 4D 71 3 20 0 38 127 13 25
Octal 156 115 161 3 40 0 70 447 23 45
Binary 1101110 1001101 1110001 11 100000 0 111000 100100111 10011 100101

Color Harmonies of #6E4D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E4D71

Black with #6E4D71

Text Example


Text Example

White with #6E4D71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,77,113); }

 H1.HeaderClassName
 {
   color: #6E4D71;
 }
 .AnyTagClassName
 {
   color: #6E4D71;
 }
</style>

background-color css

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

 a { background-color: rgb(110,77,113); }

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

border-color css

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

 span { border-color: rgb(110,77,113); }

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