#6B4178

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

Shades of Eminence #6B4178

Tints of Eminence #6B4178

Color information

#6B4178 (or 0x6B4178) is unknown color: approx Eminence. HEX triplet: 6B, 41 and 78. RGB value is (107,65,120). Sum of RGB (Red+Green+Blue) = 107+65+120=292 (38% of max value = 765). Red value is 107 (42.19% from 255 or 36.64% from 292); Green value is 65 (25.78% from 255 or 22.26% from 292); Blue value is 120 (47.27% from 255 or 41.10% from 292); Max value from RGB is 120 - color contains mainly: blue. Hex color #6B4178 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B4178 is #94BE87. Grayscale: #535353. Windows color (decimal): -9748104 or 7881067. OLE color: 7881067.

HSL color Cylindrical-coordinate representation of color #6B4178: hue angle of 285.82º 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 #6B4178 is Cyan = 0.11, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB10765120-
CMYK0.110.4600.53
HSL285.82º29.73%36.27%-
HSV(B)285.82º45.83%47.06%-
XYZ11.348.2618.77-
YUV83.83148.41144.53-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 36.64%
GREEN value IS 65 (25.78% from 255) = 22.26%
BLUE value IS 120 (47.27% from 255) = 41.10%
R=36.64%
G=22.26%
B=41.10%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal107651200.110.4600.53285.8229.7336.27
Hex6B4178B2E03511e1e24
Octal15310117013560654363644
Binary1101011100000111110001011101110011010110001111011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B4178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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