#683A71

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

Shades of Eminence #683A71

Tints of Eminence #683A71

Color information

#683A71 (or 0x683A71) is unknown color: approx Eminence. HEX triplet: 68, 3A and 71. RGB value is (104,58,113). Sum of RGB (Red+Green+Blue) = 104+58+113=275 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.82% from 275); Green value is 58 (23.05% from 255 or 21.09% from 275); Blue value is 113 (44.53% from 255 or 41.09% from 275); Max value from RGB is 113 - color contains mainly: blue. Hex color #683A71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683A71 is #97C58E. Grayscale: #4D4D4D. Windows color (decimal): -9946511 or 7420520. OLE color: 7420520.

HSL color Cylindrical-coordinate representation of color #683A71: hue angle of 290.18º degrees, saturation: 0.32, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #683A71 is Cyan = 0.08, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB10458113-
CMYK0.080.4900.56
HSL290.18º32.16%33.53%-
HSV(B)290.18º48.67%44.31%-
XYZ10.27.1616.47-
YUV78.02147.74146.53-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 37.82%
GREEN value IS 58 (23.05% from 255) = 21.09%
BLUE value IS 113 (44.53% from 255) = 41.09%
R=37.82%
G=21.09%
B=41.09%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal104581130.080.4900.56290.1832.1633.53
Hex683A718310381222022
Octal1507216110610704424042
Binary1101000111010111000110001100010111000100100010100000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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