#6A3679

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

Shades of Eminence #6A3679

Tints of Eminence #6A3679

Color information

#6A3679 (or 0x6A3679) is unknown color: approx Eminence. HEX triplet: 6A, 36 and 79. RGB value is (106,54,121). Sum of RGB (Red+Green+Blue) = 106+54+121=281 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.72% from 281); Green value is 54 (21.48% from 255 or 19.22% from 281); Blue value is 121 (47.66% from 255 or 43.06% from 281); Max value from RGB is 121 - color contains mainly: blue. Hex color #6A3679 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A3679 is #95C986. Grayscale: #4C4C4C. Windows color (decimal): -9816455 or 7943786. OLE color: 7943786.

HSL color Cylindrical-coordinate representation of color #6A3679: hue angle of 286.57º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6A3679 is Cyan = 0.12, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB10654121-
CMYK0.120.5500.53
HSL286.57º38.29%34.31%-
HSV(B)286.57º55.37%47.45%-
XYZ10.717.0818.89-
YUV77.19152.73148.55-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 37.72%
GREEN value IS 54 (21.48% from 255) = 19.22%
BLUE value IS 121 (47.66% from 255) = 43.06%
R=37.72%
G=19.22%
B=43.06%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal106541210.120.5500.53286.5738.2934.31
Hex6A3679C3703511f2622
Octal1526617114670654374642
Binary1101010110110111100111001101110110101100011111100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A3679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,54,121); }

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

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

 a { background-color: rgb(106,54,121); }

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

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

 span { border-color: rgb(106,54,121); }

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