#6A3476

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

Shades of Eminence #6A3476

Tints of Eminence #6A3476

Color information

#6A3476 (or 0x6A3476) is unknown color: approx Eminence. HEX triplet: 6A, 34 and 76. RGB value is (106,52,118). Sum of RGB (Red+Green+Blue) = 106+52+118=276 (36% of max value = 765). Red value is 106 (41.80% from 255 or 38.41% from 276); Green value is 52 (20.70% from 255 or 18.84% from 276); Blue value is 118 (46.48% from 255 or 42.75% from 276); Max value from RGB is 118 - color contains mainly: blue. Hex color #6A3476 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A3476 is #95CB89. Grayscale: #4B4B4B. Windows color (decimal): -9816970 or 7746666. OLE color: 7746666.

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

Color convert

RGB10652118-
CMYK0.100.5600.54
HSL289.09º38.82%33.33%-
HSV(B)289.09º55.93%46.27%-
XYZ10.446.8317.91-
YUV75.67151.89149.63-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 38.41%
GREEN value IS 52 (20.70% from 255) = 18.84%
BLUE value IS 118 (46.48% from 255) = 42.75%
R=38.41%
G=18.84%
B=42.75%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal106521180.100.5600.54289.0938.8233.33
Hex6A3476A380361212721
Octal1526416612700664414741
Binary1101010110100111011010101110000110110100100001100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A3476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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