Html Css Color HEX #6E4478 Eminence

📋 copy color: '#6E4478'

red 110 ◦ green 68 ◦ blue 120

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

Shades of Eminence #6E4478

Tints of Eminence #6E4478

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.82%

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

R = 36.91%
G = 22.82%
B = 40.27%

CMYK

 C value IS 0.08

 M value IS 0.43

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#6E4478 (or 0x6E4478) is known color: Eminence. HEX triplet: 6E, 44 and 78. RGB value is (110,68,120). Sum of RGB (Red+Green+Blue) = 110+68+120=298 (39% of max value = 765). Red value is 110 (43.36% from 255 or 36.91% from 298); Green value is 68 (26.95% from 255 or 22.82% from 298); Blue value is 120 (47.27% from 255 or 40.27% from 298); Max value from RGB is 120 - color contains mainly: blue. Hex color #6E4478 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E4478 is #91BB87. Grayscale: #565656. Windows color (decimal): -9550728 or 7881838. OLE color: 7881838.

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

Color convert

RGB 110 68 120 -
CMYK 0.08 0.43 0 0.53
HSL 288.46º 0.28% 0.37% -
HSV(B) 288.46º 0.43% 0.47% -
XYZ 11.89 8.81 18.84 -
YUV 86.49 146.91 144.77 -
System Red Green Blue C M Y K H S L
Decimal 110 68 120 0.08 0.43 0 0.53 288.46 0.28 0.37
Hex 6E 44 78 8 2B 0 35 120 1C 25
Octal 156 104 170 10 53 0 65 440 34 45
Binary 1101110 1000100 1111000 1000 101011 0 110101 100100000 11100 100101

Color Harmonies of #6E4478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E4478

Black with #6E4478

Text Example


Text Example

White with #6E4478

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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