#6D3F73

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

Shades of Eminence #6D3F73

Tints of Eminence #6D3F73

Color information

#6D3F73 (or 0x6D3F73) is unknown color: approx Eminence. HEX triplet: 6D, 3F and 73. RGB value is (109,63,115). Sum of RGB (Red+Green+Blue) = 109+63+115=287 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.98% from 287); Green value is 63 (25% from 255 or 21.95% from 287); Blue value is 115 (45.31% from 255 or 40.07% from 287); Max value from RGB is 115 - color contains mainly: blue. Hex color #6D3F73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D3F73 is #92C08C. Grayscale: #525252. Windows color (decimal): -9617549 or 7552877. OLE color: 7552877.

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

Color convert

RGB10963115-
CMYK0.050.4500.55
HSL293.08º29.21%34.9%-
HSV(B)293.08º45.22%45.1%-
XYZ11.188.0417.18-
YUV82.68146.24146.77-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 37.98%
GREEN value IS 63 (25% from 255) = 21.95%
BLUE value IS 115 (45.31% from 255) = 40.07%
R=37.98%
G=21.95%
B=40.07%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal109631150.050.4500.55293.0829.2134.9
Hex6D3F7352D0371251d23
Octal155771635550674453543
Binary11011011111111110011101101101011011110010010111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D3F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,63,115); }

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

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

 a { background-color: rgb(109,63,115); }

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

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

 span { border-color: rgb(109,63,115); }

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