#683F73

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

Shades of Eminence #683F73

Tints of Eminence #683F73

Color information

#683F73 (or 0x683F73) is unknown color: approx Eminence. HEX triplet: 68, 3F and 73. RGB value is (104,63,115). Sum of RGB (Red+Green+Blue) = 104+63+115=282 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.88% from 282); Green value is 63 (25% from 255 or 22.34% from 282); Blue value is 115 (45.31% from 255 or 40.78% from 282); Max value from RGB is 115 - color contains mainly: blue. Hex color #683F73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683F73 is #97C08C. Grayscale: #515151. Windows color (decimal): -9945229 or 7552872. OLE color: 7552872.

HSL color Cylindrical-coordinate representation of color #683F73: hue angle of 287.31º 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 #683F73 is Cyan = 0.10, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB10463115-
CMYK0.100.4500.55
HSL287.31º29.21%34.9%-
HSV(B)287.31º45.22%45.1%-
XYZ10.587.7417.16-
YUV81.19147.08144.27-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 36.88%
GREEN value IS 63 (25% from 255) = 22.34%
BLUE value IS 115 (45.31% from 255) = 40.78%
R=36.88%
G=22.34%
B=40.78%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal104631150.100.4500.55287.3129.2134.9
Hex683F73A2D03711f1d23
Octal1507716312550674373543
Binary110100011111111100111010101101011011110001111111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #683F73; }

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

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

<style>
 a { background-color: #683F73; }

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

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

<style>
 span { border-color: #683F73; }

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

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