#794280

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

Shades of Eminence #794280

Tints of Eminence #794280

Color information

#794280 (or 0x794280) is unknown color: approx Eminence. HEX triplet: 79, 42 and 80. RGB value is (121,66,128). Sum of RGB (Red+Green+Blue) = 121+66+128=315 (41% of max value = 765). Red value is 121 (47.66% from 255 or 38.41% from 315); Green value is 66 (26.17% from 255 or 20.95% from 315); Blue value is 128 (50.39% from 255 or 40.63% from 315); Max value from RGB is 128 - color contains mainly: blue. Hex color #794280 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #794280 is #86BD7F. Grayscale: #595959. Windows color (decimal): -8830336 or 8405625. OLE color: 8405625.

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

Color convert

RGB12166128-
CMYK0.050.4800.50
HSL293.23º31.96%38.04%-
HSV(B)293.23º48.44%50.2%-
XYZ13.739.5221.54-
YUV89.51149.72150.46-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 38.41%
GREEN value IS 66 (26.17% from 255) = 20.95%
BLUE value IS 128 (50.39% from 255) = 40.63%
R=38.41%
G=20.95%
B=40.63%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal121661280.050.4800.50293.2331.9638.04
Hex7942805300321252026
Octal1711022005600624454046
Binary11110011000010100000001011100000110010100100101100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #794280; }

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

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

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

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

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

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

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

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