Html Css Color HEX #6E4178 Eminence

📋 copy color: '#6E4178'

red 110 ◦ green 65 ◦ blue 120

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

Shades of Eminence #6E4178

Tints of Eminence #6E4178

RGB

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

 GREEN value IS 65 (25.78% from 255) = 22.03%

 BLUE value IS 120 (47.27% from 255) = 40.68%

R = 37.29%
G = 22.03%
B = 40.68%

CMYK

 C value IS 0.08

 M value IS 0.46

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#6E4178 (or 0x6E4178) is known color: Eminence. HEX triplet: 6E, 41 and 78. RGB value is (110,65,120). Sum of RGB (Red+Green+Blue) = 110+65+120=295 (39% of max value = 765). Red value is 110 (43.36% from 255 or 37.29% from 295); Green value is 65 (25.78% from 255 or 22.03% from 295); Blue value is 120 (47.27% from 255 or 40.68% from 295); Max value from RGB is 120 - color contains mainly: blue. Hex color #6E4178 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E4178 is #91BE87. Grayscale: #545454. Windows color (decimal): -9551496 or 7881070. OLE color: 7881070.

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

Color convert

RGB 110 65 120 -
CMYK 0.08 0.46 0 0.53
HSL 289.09º 0.3% 0.36% -
HSV(B) 289.09º 0.46% 0.47% -
XYZ 11.71 8.45 18.78 -
YUV 84.73 147.91 146.03 -
System Red Green Blue C M Y K H S L
Decimal 110 65 120 0.08 0.46 0 0.53 289.09 0.3 0.36
Hex 6E 41 78 8 2E 0 35 121 1E 24
Octal 156 101 170 10 56 0 65 441 36 44
Binary 1101110 1000001 1111000 1000 101110 0 110101 100100001 11110 100100

Color Harmonies of #6E4178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E4178

Black with #6E4178

Text Example


Text Example

White with #6E4178

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,65,120); }

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

background-color css

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

 a { background-color: rgb(110,65,120); }

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

border-color css

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

 span { border-color: rgb(110,65,120); }

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