#793572

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

Shades of Eminence #793572

Tints of Eminence #793572

Color information

#793572 (or 0x793572) is unknown color: approx Eminence. HEX triplet: 79, 35 and 72. RGB value is (121,53,114). Sum of RGB (Red+Green+Blue) = 121+53+114=288 (38% of max value = 765). Red value is 121 (47.66% from 255 or 42.01% from 288); Green value is 53 (21.09% from 255 or 18.40% from 288); Blue value is 114 (44.92% from 255 or 39.58% from 288); Max value from RGB is 121 - color contains mainly: red. Hex color #793572 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #793572 is #86CA8D. Grayscale: #505050. Windows color (decimal): -8833678 or 7484793. OLE color: 7484793.

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

Color convert

RGB12153114-
CMYK00.560.060.53
HSL306.18º39.08%34.12%-
HSV(B)306.18º56.2%47.45%-
XYZ12.27.8316.79-
YUV80.29147.03157.04-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 42.01%
GREEN value IS 53 (21.09% from 255) = 18.40%
BLUE value IS 114 (44.92% from 255) = 39.58%
R=42.01%
G=18.40%
B=39.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.06
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1215311400.560.060.53306.1839.0834.12
Hex7935720386351322722
Octal171651620706654624742
Binary111100111010111100100111000110110101100110010100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #793572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #793572; }

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

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

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

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

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

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

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

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