#6B3C76

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

Shades of Eminence #6B3C76

Tints of Eminence #6B3C76

Color information

#6B3C76 (or 0x6B3C76) is unknown color: approx Eminence. HEX triplet: 6B, 3C and 76. RGB value is (107,60,118). Sum of RGB (Red+Green+Blue) = 107+60+118=285 (37% of max value = 765). Red value is 107 (42.19% from 255 or 37.54% from 285); Green value is 60 (23.83% from 255 or 21.05% from 285); Blue value is 118 (46.48% from 255 or 41.40% from 285); Max value from RGB is 118 - color contains mainly: blue. Hex color #6B3C76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B3C76 is #94C389. Grayscale: #505050. Windows color (decimal): -9749386 or 7748715. OLE color: 7748715.

HSL color Cylindrical-coordinate representation of color #6B3C76: hue angle of 288.62º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6B3C76 is Cyan = 0.09, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB10760118-
CMYK0.090.4900.54
HSL288.62º32.58%34.9%-
HSV(B)288.62º49.15%46.27%-
XYZ10.957.6718.04-
YUV80.66149.07146.78-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 37.54%
GREEN value IS 60 (23.83% from 255) = 21.05%
BLUE value IS 118 (46.48% from 255) = 41.40%
R=37.54%
G=21.05%
B=41.40%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal107601180.090.4900.54288.6232.5834.9
Hex6B3C769310361212123
Octal1537416611610664414143
Binary1101011111100111011010011100010110110100100001100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B3C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,60,118); }

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

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

 a { background-color: rgb(107,60,118); }

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

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

 span { border-color: rgb(107,60,118); }

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