#683A76

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

Shades of Eminence #683A76

Tints of Eminence #683A76

Color information

#683A76 (or 0x683A76) is unknown color: approx Eminence. HEX triplet: 68, 3A and 76. RGB value is (104,58,118). Sum of RGB (Red+Green+Blue) = 104+58+118=280 (37% of max value = 765). Red value is 104 (41.02% from 255 or 37.14% from 280); Green value is 58 (23.05% from 255 or 20.71% from 280); Blue value is 118 (46.48% from 255 or 42.14% from 280); Max value from RGB is 118 - color contains mainly: blue. Hex color #683A76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683A76 is #97C589. Grayscale: #4E4E4E. Windows color (decimal): -9946506 or 7748200. OLE color: 7748200.

HSL color Cylindrical-coordinate representation of color #683A76: hue angle of 286º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #683A76 is Cyan = 0.12, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB10458118-
CMYK0.120.5100.54
HSL286º34.09%34.51%-
HSV(B)286º50.85%46.27%-
XYZ10.497.2817.99-
YUV78.59150.24146.12-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 37.14%
GREEN value IS 58 (23.05% from 255) = 20.71%
BLUE value IS 118 (46.48% from 255) = 42.14%
R=37.14%
G=20.71%
B=42.14%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal104581180.120.5100.5428634.0934.51
Hex683A76C3303611e2223
Octal1507216614630664364243
Binary1101000111010111011011001100110110110100011110100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,58,118); }

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

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

 a { background-color: rgb(104,58,118); }

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

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

 span { border-color: rgb(104,58,118); }

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