#793574

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

Shades of Eminence #793574

Tints of Eminence #793574

Color information

#793574 (or 0x793574) is unknown color: approx Eminence. HEX triplet: 79, 35 and 74. RGB value is (121,53,116). Sum of RGB (Red+Green+Blue) = 121+53+116=290 (38% of max value = 765). Red value is 121 (47.66% from 255 or 41.72% from 290); Green value is 53 (21.09% from 255 or 18.28% from 290); Blue value is 116 (45.70% from 255 or 40% from 290); Max value from RGB is 121 - color contains mainly: red. Hex color #793574 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #793574 is #86CA8B. Grayscale: #505050. Windows color (decimal): -8833676 or 7615865. OLE color: 7615865.

HSL color Cylindrical-coordinate representation of color #793574: hue angle of 304.41º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #793574 is Cyan = 0, Magento = 0.56, Yellow = 0.04 and Black (K on CMYK) = 0.53.

Color convert

RGB12153116-
CMYK00.560.040.53
HSL304.41º39.08%34.12%-
HSV(B)304.41º56.2%47.45%-
XYZ12.317.8717.39-
YUV80.51148.03156.88-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 41.72%
GREEN value IS 53 (21.09% from 255) = 18.28%
BLUE value IS 116 (45.70% from 255) = 40%
R=41.72%
G=18.28%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.04
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1215311600.560.040.53304.4139.0834.12
Hex7935740384351302722
Octal171651640704654604742
Binary111100111010111101000111000100110101100110000100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #793574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #793574; }

 p { color: rgb(121,53,116); }

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

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

 a { background-color: rgb(121,53,116); }

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

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

 span { border-color: rgb(121,53,116); }

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