#793181

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

Shades of Eminence #793181

Tints of Eminence #793181

Color information

#793181 (or 0x793181) is unknown color: approx Eminence. HEX triplet: 79, 31 and 81. RGB value is (121,49,129). Sum of RGB (Red+Green+Blue) = 121+49+129=299 (39% of max value = 765). Red value is 121 (47.66% from 255 or 40.47% from 299); Green value is 49 (19.53% from 255 or 16.39% from 299); Blue value is 129 (50.78% from 255 or 43.14% from 299); Max value from RGB is 129 - color contains mainly: blue. Hex color #793181 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #793181 is #86CE7E. Grayscale: #4F4F4F. Windows color (decimal): -8834687 or 8466809. OLE color: 8466809.

HSL color Cylindrical-coordinate representation of color #793181: hue angle of 294º 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 #793181 is Cyan = 0.06, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB12149129-
CMYK0.060.6200.49
HSL294º44.94%34.9%-
HSV(B)294º62.02%50.59%-
XYZ12.957.8521.6-
YUV79.65155.85157.5-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 40.47%
GREEN value IS 49 (19.53% from 255) = 16.39%
BLUE value IS 129 (50.78% from 255) = 43.14%
R=40.47%
G=16.39%
B=43.14%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal121491290.060.6200.4929444.9434.9
Hex79318163E0311262d23
Octal171612016760614465543
Binary1111001110001100000011101111100110001100100110101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #793181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #793181; }

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

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

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

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

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

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

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

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