#683078

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

Shades of Eminence #683078

Tints of Eminence #683078

Color information

#683078 (or 0x683078) is unknown color: approx Eminence. HEX triplet: 68, 30 and 78. RGB value is (104,48,120). Sum of RGB (Red+Green+Blue) = 104+48+120=272 (36% of max value = 765). Red value is 104 (41.02% from 255 or 38.24% from 272); Green value is 48 (19.14% from 255 or 17.65% from 272); Blue value is 120 (47.27% from 255 or 44.12% from 272); Max value from RGB is 120 - color contains mainly: blue. Hex color #683078 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683078 is #97CF87. Grayscale: #484848. Windows color (decimal): -9949064 or 7876712. OLE color: 7876712.

HSL color Cylindrical-coordinate representation of color #683078: hue angle of 286.67º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #683078 is Cyan = 0.13, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB10448120-
CMYK0.130.6000.53
HSL286.67º42.86%32.94%-
HSV(B)286.67º60%47.06%-
XYZ10.166.4118.47-
YUV72.95154.55150.15-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 38.24%
GREEN value IS 48 (19.14% from 255) = 17.65%
BLUE value IS 120 (47.27% from 255) = 44.12%
R=38.24%
G=17.65%
B=44.12%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal104481200.130.6000.53286.6742.8632.94
Hex683078D3C03511f2b21
Octal1506017015740654375341
Binary1101000110000111100011011111000110101100011111101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #683078; }

 p { color: rgb(104,48,120); }

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

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

 a { background-color: rgb(104,48,120); }

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

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

 span { border-color: rgb(104,48,120); }

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