#6F4773

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

Shades of Eminence #6F4773

Tints of Eminence #6F4773

Color information

#6F4773 (or 0x6F4773) is unknown color: approx Eminence. HEX triplet: 6F, 47 and 73. RGB value is (111,71,115). Sum of RGB (Red+Green+Blue) = 111+71+115=297 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37.37% from 297); Green value is 71 (28.12% from 255 or 23.91% from 297); Blue value is 115 (45.31% from 255 or 38.72% from 297); Max value from RGB is 115 - color contains mainly: blue. Hex color #6F4773 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F4773 is #90B88C. Grayscale: #575757. Windows color (decimal): -9484429 or 7554927. OLE color: 7554927.

HSL color Cylindrical-coordinate representation of color #6F4773: hue angle of 294.55º 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 #6F4773 is Cyan = 0.03, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB11171115-
CMYK0.030.3800.55
HSL294.55º23.66%36.47%-
HSV(B)294.55º38.26%45.1%-
XYZ11.99.1217.35-
YUV87.98143.25144.42-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 37.37%
GREEN value IS 71 (28.12% from 255) = 23.91%
BLUE value IS 115 (45.31% from 255) = 38.72%
R=37.37%
G=23.91%
B=38.72%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal111711150.030.3800.55294.5523.6636.47
Hex6F47733260371271824
Octal1571071633460674473044
Binary11011111000111111001111100110011011110010011111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F4773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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