#6D3B73

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

Shades of Eminence #6D3B73

Tints of Eminence #6D3B73

Color information

#6D3B73 (or 0x6D3B73) is unknown color: approx Eminence. HEX triplet: 6D, 3B and 73. RGB value is (109,59,115). Sum of RGB (Red+Green+Blue) = 109+59+115=283 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.52% from 283); Green value is 59 (23.44% from 255 or 20.85% from 283); Blue value is 115 (45.31% from 255 or 40.64% from 283); Max value from RGB is 115 - color contains mainly: blue. Hex color #6D3B73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D3B73 is #92C48C. Grayscale: #505050. Windows color (decimal): -9618573 or 7551853. OLE color: 7551853.

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

Color convert

RGB10959115-
CMYK0.050.4900.55
HSL293.57º32.18%34.12%-
HSV(B)293.57º48.7%45.1%-
XYZ10.977.6217.11-
YUV80.33147.56148.45-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 38.52%
GREEN value IS 59 (23.44% from 255) = 20.85%
BLUE value IS 115 (45.31% from 255) = 40.64%
R=38.52%
G=20.85%
B=40.64%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal109591150.050.4900.55293.5732.1834.12
Hex6D3B735310371262022
Octal155731635610674464042
Binary110110111101111100111011100010110111100100110100000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D3B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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