#6F4173

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

Shades of Eminence #6F4173

Tints of Eminence #6F4173

Color information

#6F4173 (or 0x6F4173) is unknown color: approx Eminence. HEX triplet: 6F, 41 and 73. RGB value is (111,65,115). Sum of RGB (Red+Green+Blue) = 111+65+115=291 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.14% from 291); Green value is 65 (25.78% from 255 or 22.34% from 291); Blue value is 115 (45.31% from 255 or 39.52% from 291); Max value from RGB is 115 - color contains mainly: blue. Hex color #6F4173 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F4173 is #90BE8C. Grayscale: #545454. Windows color (decimal): -9485965 or 7553391. OLE color: 7553391.

HSL color Cylindrical-coordinate representation of color #6F4173: hue angle of 295.2º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6F4173 is Cyan = 0.03, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB11165115-
CMYK0.030.4300.55
HSL295.2º27.78%35.29%-
HSV(B)295.2º43.48%45.1%-
XYZ11.548.417.23-
YUV84.45145.24146.93-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 38.14%
GREEN value IS 65 (25.78% from 255) = 22.34%
BLUE value IS 115 (45.31% from 255) = 39.52%
R=38.14%
G=22.34%
B=39.52%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal111651150.030.4300.55295.227.7835.29
Hex6F417332B0371271c23
Octal1571011633530674473443
Binary11011111000001111001111101011011011110010011111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F4173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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