#6F4579

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

Shades of Eminence #6F4579

Tints of Eminence #6F4579

Color information

#6F4579 (or 0x6F4579) is unknown color: approx Eminence. HEX triplet: 6F, 45 and 79. RGB value is (111,69,121). Sum of RGB (Red+Green+Blue) = 111+69+121=301 (39% of max value = 765). Red value is 111 (43.75% from 255 or 36.88% from 301); Green value is 69 (27.34% from 255 or 22.92% from 301); Blue value is 121 (47.66% from 255 or 40.20% from 301); Max value from RGB is 121 - color contains mainly: blue. Hex color #6F4579 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F4579 is #90BA86. Grayscale: #575757. Windows color (decimal): -9484935 or 7947631. OLE color: 7947631.

HSL color Cylindrical-coordinate representation of color #6F4579: hue angle of 288.46º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6F4579 is Cyan = 0.08, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB11169121-
CMYK0.080.4300.53
HSL288.46º27.37%37.25%-
HSV(B)288.46º42.98%47.45%-
XYZ12.139.0219.19-
YUV87.49146.91144.77-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 36.88%
GREEN value IS 69 (27.34% from 255) = 22.92%
BLUE value IS 121 (47.66% from 255) = 40.20%
R=36.88%
G=22.92%
B=40.20%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal111691210.080.4300.53288.4627.3737.25
Hex6F457982B0351201b25
Octal15710517110530654403345
Binary1101111100010111110011000101011011010110010000011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F4579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,69,121); }

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

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

 a { background-color: rgb(111,69,121); }

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

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

 span { border-color: rgb(111,69,121); }

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