#683975

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

Shades of Eminence #683975

Tints of Eminence #683975

Color information

#683975 (or 0x683975) is unknown color: approx Eminence. HEX triplet: 68, 39 and 75. RGB value is (104,57,117). Sum of RGB (Red+Green+Blue) = 104+57+117=278 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.41% from 278); Green value is 57 (22.66% from 255 or 20.50% from 278); Blue value is 117 (46.09% from 255 or 42.09% from 278); Max value from RGB is 117 - color contains mainly: blue. Hex color #683975 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683975 is #97C68A. Grayscale: #4D4D4D. Windows color (decimal): -9946763 or 7682408. OLE color: 7682408.

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

Color convert

RGB10457117-
CMYK0.110.5100.54
HSL287º34.48%34.12%-
HSV(B)287º51.28%45.88%-
XYZ10.387.1517.66-
YUV77.89150.07146.62-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 37.41%
GREEN value IS 57 (22.66% from 255) = 20.50%
BLUE value IS 117 (46.09% from 255) = 42.09%
R=37.41%
G=20.50%
B=42.09%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal104571170.110.5100.5428734.4834.12
Hex683975B3303611f2222
Octal1507116513630664374242
Binary1101000111001111010110111100110110110100011111100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #683975; }

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

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

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

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

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

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

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

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