#6A3276

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

Shades of Eminence #6A3276

Tints of Eminence #6A3276

Color information

#6A3276 (or 0x6A3276) is unknown color: approx Eminence. HEX triplet: 6A, 32 and 76. RGB value is (106,50,118). Sum of RGB (Red+Green+Blue) = 106+50+118=274 (36% of max value = 765). Red value is 106 (41.80% from 255 or 38.69% from 274); Green value is 50 (19.92% from 255 or 18.25% 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 #6A3276 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A3276 is #95CD89. Grayscale: #4A4A4A. Windows color (decimal): -9817482 or 7746154. OLE color: 7746154.

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

Color convert

RGB10650118-
CMYK0.100.5800.54
HSL289.41º40.48%32.94%-
HSV(B)289.41º57.63%46.27%-
XYZ10.356.6517.88-
YUV74.5152.55150.47-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 38.69%
GREEN value IS 50 (19.92% from 255) = 18.25%
BLUE value IS 118 (46.48% from 255) = 43.07%
R=38.69%
G=18.25%
B=43.07%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal106501180.100.5800.54289.4140.4832.94
Hex6A3276A3A0361212821
Octal1526216612720664415041
Binary1101010110010111011010101110100110110100100001101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A3276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,50,118); }

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

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

 a { background-color: rgb(106,50,118); }

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

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

 span { border-color: rgb(106,50,118); }

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