#794580

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

Shades of Eminence #794580

Tints of Eminence #794580

Color information

#794580 (or 0x794580) is unknown color: approx Eminence. HEX triplet: 79, 45 and 80. RGB value is (121,69,128). Sum of RGB (Red+Green+Blue) = 121+69+128=318 (42% of max value = 765). Red value is 121 (47.66% from 255 or 38.05% from 318); Green value is 69 (27.34% from 255 or 21.70% from 318); Blue value is 128 (50.39% from 255 or 40.25% from 318); Max value from RGB is 128 - color contains mainly: blue. Hex color #794580 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #794580 is #86BA7F. Grayscale: #5B5B5B. Windows color (decimal): -8829568 or 8406393. OLE color: 8406393.

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

Color convert

RGB12169128-
CMYK0.050.4600.50
HSL292.88º29.95%38.63%-
HSV(B)292.88º46.09%50.2%-
XYZ13.919.8821.6-
YUV91.27148.73149.2-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 38.05%
GREEN value IS 69 (27.34% from 255) = 21.70%
BLUE value IS 128 (50.39% from 255) = 40.25%
R=38.05%
G=21.70%
B=40.25%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal121691280.050.4600.50292.8829.9538.63
Hex79458052E0321251e27
Octal1711052005560624453647
Binary1111001100010110000000101101110011001010010010111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #794580; }

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

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

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

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

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

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

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

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