#683580

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

Shades of Eminence #683580

Tints of Eminence #683580

Color information

#683580 (or 0x683580) is unknown color: approx Eminence. HEX triplet: 68, 35 and 80. RGB value is (104,53,128). Sum of RGB (Red+Green+Blue) = 104+53+128=285 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.49% from 285); Green value is 53 (21.09% from 255 or 18.60% from 285); Blue value is 128 (50.39% from 255 or 44.91% from 285); Max value from RGB is 128 - color contains mainly: blue. Hex color #683580 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #683580 is #97CA7F. Grayscale: #4C4C4C. Windows color (decimal): -9947776 or 8402280. OLE color: 8402280.

HSL color Cylindrical-coordinate representation of color #683580: hue angle of 280.8º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #683580 is Cyan = 0.19, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB10453128-
CMYK0.190.5900.50
HSL280.8º41.44%35.49%-
HSV(B)280.8º58.59%50.2%-
XYZ10.887.0521.21-
YUV76.8156.9147.4-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 36.49%
GREEN value IS 53 (21.09% from 255) = 18.60%
BLUE value IS 128 (50.39% from 255) = 44.91%
R=36.49%
G=18.60%
B=44.91%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal104531280.190.5900.50280.841.4435.49
Hex683580133B0321192923
Octal1506520023730624315143
Binary110100011010110000000100111110110110010100011001101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #683580; }

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

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

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

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

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

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

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

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