#792E7D

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

Shades of Eminence #792E7D

Tints of Eminence #792E7D

Color information

#792E7D (or 0x792E7D) is unknown color: approx Eminence. HEX triplet: 79, 2E and 7D. RGB value is (121,46,125). Sum of RGB (Red+Green+Blue) = 121+46+125=292 (38% of max value = 765). Red value is 121 (47.66% from 255 or 41.44% from 292); Green value is 46 (18.36% from 255 or 15.75% from 292); Blue value is 125 (49.22% from 255 or 42.81% from 292); Max value from RGB is 125 - color contains mainly: blue. Hex color #792E7D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #792E7D is #86D182. Grayscale: #4D4D4D. Windows color (decimal): -8835459 or 8203897. OLE color: 8203897.

HSL color Cylindrical-coordinate representation of color #792E7D: hue angle of 296.96º degrees, saturation: 0.46, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #792E7D is Cyan = 0.03, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB12146125-
CMYK0.030.6300.51
HSL296.96º46.2%33.53%-
HSV(B)296.96º63.2%49.02%-
XYZ12.567.520.19-
YUV77.43154.85159.08-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 41.44%
GREEN value IS 46 (18.36% from 255) = 15.75%
BLUE value IS 125 (49.22% from 255) = 42.81%
R=41.44%
G=15.75%
B=42.81%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal121461250.030.6300.51296.9646.233.53
Hex792E7D33F0331292e22
Octal171561753770634515642
Binary11110011011101111101111111110110011100101001101110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #792E7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #792E7D; }

 p { color: rgb(121,46,125); }

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

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

 a { background-color: rgb(121,46,125); }

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

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

 span { border-color: rgb(121,46,125); }

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