#683576

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

Shades of Eminence #683576

Tints of Eminence #683576

Color information

#683576 (or 0x683576) is unknown color: approx Eminence. HEX triplet: 68, 35 and 76. RGB value is (104,53,118). Sum of RGB (Red+Green+Blue) = 104+53+118=275 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.82% from 275); Green value is 53 (21.09% from 255 or 19.27% from 275); Blue value is 118 (46.48% from 255 or 42.91% from 275); Max value from RGB is 118 - color contains mainly: blue. Hex color #683576 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683576 is #97CA89. Grayscale: #4B4B4B. Windows color (decimal): -9947786 or 7746920. OLE color: 7746920.

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

Color convert

RGB10453118-
CMYK0.120.5500.54
HSL287.08º38.01%33.53%-
HSV(B)287.08º55.08%46.27%-
XYZ10.256.817.91-
YUV75.66151.9148.21-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 37.82%
GREEN value IS 53 (21.09% from 255) = 19.27%
BLUE value IS 118 (46.48% from 255) = 42.91%
R=37.82%
G=19.27%
B=42.91%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal104531180.120.5500.54287.0838.0133.53
Hex683576C3703611f2622
Octal1506516614670664374642
Binary1101000110101111011011001101110110110100011111100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #683576; }

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

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

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

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

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

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

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

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