#683575

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

Shades of Eminence #683575

Tints of Eminence #683575

Color information

#683575 (or 0x683575) is unknown color: approx Eminence. HEX triplet: 68, 35 and 75. RGB value is (104,53,117). Sum of RGB (Red+Green+Blue) = 104+53+117=274 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.96% from 274); Green value is 53 (21.09% from 255 or 19.34% from 274); Blue value is 117 (46.09% from 255 or 42.70% from 274); Max value from RGB is 117 - color contains mainly: blue. Hex color #683575 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683575 is #97CA8A. Grayscale: #4B4B4B. Windows color (decimal): -9947787 or 7681384. OLE color: 7681384.

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

Color convert

RGB10453117-
CMYK0.110.5500.54
HSL287.81º37.65%33.33%-
HSV(B)287.81º54.7%45.88%-
XYZ10.196.7717.6-
YUV75.54151.4148.3-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 37.96%
GREEN value IS 53 (21.09% from 255) = 19.34%
BLUE value IS 117 (46.09% from 255) = 42.70%
R=37.96%
G=19.34%
B=42.70%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal104531170.110.5500.54287.8137.6533.33
Hex683575B370361202621
Octal1506516513670664404641
Binary1101000110101111010110111101110110110100100000100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #683575; }

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

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

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

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

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

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

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

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