#6A4773

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

Shades of Eminence #6A4773

Tints of Eminence #6A4773

Color information

#6A4773 (or 0x6A4773) is unknown color: approx Eminence. HEX triplet: 6A, 47 and 73. RGB value is (106,71,115). Sum of RGB (Red+Green+Blue) = 106+71+115=292 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.30% from 292); Green value is 71 (28.12% from 255 or 24.32% from 292); Blue value is 115 (45.31% from 255 or 39.38% from 292); Max value from RGB is 115 - color contains mainly: blue. Hex color #6A4773 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A4773 is #95B88C. Grayscale: #565656. Windows color (decimal): -9812109 or 7554922. OLE color: 7554922.

HSL color Cylindrical-coordinate representation of color #6A4773: hue angle of 287.73º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6A4773 is Cyan = 0.08, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB10671115-
CMYK0.080.3800.55
HSL287.73º23.66%36.47%-
HSV(B)287.73º38.26%45.1%-
XYZ11.298.8117.32-
YUV86.48144.1141.92-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 36.30%
GREEN value IS 71 (28.12% from 255) = 24.32%
BLUE value IS 115 (45.31% from 255) = 39.38%
R=36.30%
G=24.32%
B=39.38%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal106711150.080.3800.55287.7323.6636.47
Hex6A47738260371201824
Octal15210716310460674403044
Binary1101010100011111100111000100110011011110010000011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A4773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,71,115); }

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

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

 a { background-color: rgb(106,71,115); }

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

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

 span { border-color: rgb(106,71,115); }

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