#793571

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

Shades of Eminence #793571

Tints of Eminence #793571

Color information

#793571 (or 0x793571) is unknown color: approx Eminence. HEX triplet: 79, 35 and 71. RGB value is (121,53,113). Sum of RGB (Red+Green+Blue) = 121+53+113=287 (38% of max value = 765). Red value is 121 (47.66% from 255 or 42.16% from 287); Green value is 53 (21.09% from 255 or 18.47% from 287); Blue value is 113 (44.53% from 255 or 39.37% from 287); Max value from RGB is 121 - color contains mainly: red. Hex color #793571 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #793571 is #86CA8E. Grayscale: #505050. Windows color (decimal): -8833679 or 7419257. OLE color: 7419257.

HSL color Cylindrical-coordinate representation of color #793571: hue angle of 307.06º 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 #793571 is Cyan = 0, Magento = 0.56, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB12153113-
CMYK00.560.070.53
HSL307.06º39.08%34.12%-
HSV(B)307.06º56.2%47.45%-
XYZ12.147.816.49-
YUV80.17146.53157.12-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 42.16%
GREEN value IS 53 (21.09% from 255) = 18.47%
BLUE value IS 113 (44.53% from 255) = 39.37%
R=42.16%
G=18.47%
B=39.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.07
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1215311300.560.070.53307.0639.0834.12
Hex7935710387351332722
Octal171651610707654634742
Binary111100111010111100010111000111110101100110011100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #793571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #793571; }

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

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

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

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

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

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

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

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