#792980

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

Shades of Eminence #792980

Tints of Eminence #792980

Color information

#792980 (or 0x792980) is unknown color: approx Eminence. HEX triplet: 79, 29 and 80. RGB value is (121,41,128). Sum of RGB (Red+Green+Blue) = 121+41+128=290 (38% of max value = 765). Red value is 121 (47.66% from 255 or 41.72% from 290); Green value is 41 (16.41% from 255 or 14.14% from 290); Blue value is 128 (50.39% from 255 or 44.14% from 290); Max value from RGB is 128 - color contains mainly: blue. Hex color #792980 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #792980 is #86D67F. Grayscale: #4A4A4A. Windows color (decimal): -8836736 or 8399225. OLE color: 8399225.

HSL color Cylindrical-coordinate representation of color #792980: hue angle of 295.17º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #792980 is Cyan = 0.05, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB12141128-
CMYK0.050.6800.50
HSL295.17º51.48%33.14%-
HSV(B)295.17º67.97%50.2%-
XYZ12.577.2121.15-
YUV74.84158160.93-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 41.72%
GREEN value IS 41 (16.41% from 255) = 14.14%
BLUE value IS 128 (50.39% from 255) = 44.14%
R=41.72%
G=14.14%
B=44.14%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal121411280.050.6800.50295.1751.4833.14
Hex7929805440321273321
Octal1715120051040624476341
Binary11110011010011000000010110001000110010100100111110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #792980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #792980; }

 p { color: rgb(121,41,128); }

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

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

 a { background-color: rgb(121,41,128); }

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

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

 span { border-color: rgb(121,41,128); }

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