#6C3076

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

Shades of Eminence #6C3076

Tints of Eminence #6C3076

Color information

#6C3076 (or 0x6C3076) is unknown color: approx Eminence. HEX triplet: 6C, 30 and 76. RGB value is (108,48,118). Sum of RGB (Red+Green+Blue) = 108+48+118=274 (36% of max value = 765). Red value is 108 (42.58% from 255 or 39.42% from 274); Green value is 48 (19.14% from 255 or 17.52% from 274); Blue value is 118 (46.48% from 255 or 43.07% from 274); Max value from RGB is 118 - color contains mainly: blue. Hex color #6C3076 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C3076 is #93CF89. Grayscale: #494949. Windows color (decimal): -9686922 or 7745644. OLE color: 7745644.

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

Color convert

RGB10848118-
CMYK0.080.5900.54
HSL291.43º42.17%32.55%-
HSV(B)291.43º59.32%46.27%-
XYZ10.516.6117.86-
YUV73.92152.88152.31-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 39.42%
GREEN value IS 48 (19.14% from 255) = 17.52%
BLUE value IS 118 (46.48% from 255) = 43.07%
R=39.42%
G=17.52%
B=43.07%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal108481180.080.5900.54291.4342.1732.55
Hex6C307683B0361232a21
Octal1546016610730664435241
Binary1101100110000111011010001110110110110100100011101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C3076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,48,118); }

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

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

 a { background-color: rgb(108,48,118); }

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

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

 span { border-color: rgb(108,48,118); }

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