#6F347C

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

Shades of Eminence #6F347C

Tints of Eminence #6F347C

Color information

#6F347C (or 0x6F347C) is unknown color: approx Eminence. HEX triplet: 6F, 34 and 7C. RGB value is (111,52,124). Sum of RGB (Red+Green+Blue) = 111+52+124=287 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.68% from 287); Green value is 52 (20.70% from 255 or 18.12% from 287); Blue value is 124 (48.83% from 255 or 43.21% from 287); Max value from RGB is 124 - color contains mainly: blue. Hex color #6F347C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F347C is #90CB83. Grayscale: #4D4D4D. Windows color (decimal): -9489284 or 8139887. OLE color: 8139887.

HSL color Cylindrical-coordinate representation of color #6F347C: hue angle of 289.17º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6F347C is Cyan = 0.10, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB11152124-
CMYK0.100.5800.51
HSL289.17º40.91%34.51%-
HSV(B)289.17º58.06%48.63%-
XYZ11.427.2919.87-
YUV77.85154.05151.65-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 38.68%
GREEN value IS 52 (20.70% from 255) = 18.12%
BLUE value IS 124 (48.83% from 255) = 43.21%
R=38.68%
G=18.12%
B=43.21%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal111521240.100.5800.51289.1740.9134.51
Hex6F347CA3A0331212923
Octal1576417412720634415143
Binary1101111110100111110010101110100110011100100001101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F347C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,52,124); }

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

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

 a { background-color: rgb(111,52,124); }

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

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

 span { border-color: rgb(111,52,124); }

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