#683181

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

Shades of Eminence #683181

Tints of Eminence #683181

Color information

#683181 (or 0x683181) is unknown color: approx Eminence. HEX triplet: 68, 31 and 81. RGB value is (104,49,129). Sum of RGB (Red+Green+Blue) = 104+49+129=282 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.88% from 282); Green value is 49 (19.53% from 255 or 17.38% from 282); Blue value is 129 (50.78% from 255 or 45.74% from 282); Max value from RGB is 129 - color contains mainly: blue. Hex color #683181 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #683181 is #97CE7E. Grayscale: #4A4A4A. Windows color (decimal): -9948799 or 8466792. OLE color: 8466792.

HSL color Cylindrical-coordinate representation of color #683181: hue angle of 281.25º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #683181 is Cyan = 0.19, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB10449129-
CMYK0.190.6200.49
HSL281.25º44.94%34.9%-
HSV(B)281.25º62.02%50.59%-
XYZ10.776.7221.5-
YUV74.56158.72149-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 36.88%
GREEN value IS 49 (19.53% from 255) = 17.38%
BLUE value IS 129 (50.78% from 255) = 45.74%
R=36.88%
G=17.38%
B=45.74%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal104491290.190.6200.49281.2544.9434.9
Hex683181133E0311192d23
Octal1506120123760614315543
Binary110100011000110000001100111111100110001100011001101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #683181; }

 p { color: rgb(104,49,129); }

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

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

 a { background-color: rgb(104,49,129); }

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

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

 span { border-color: rgb(104,49,129); }

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