#793D7B

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

Shades of Eminence #793D7B

Tints of Eminence #793D7B

Color information

#793D7B (or 0x793D7B) is unknown color: approx Eminence. HEX triplet: 79, 3D and 7B. RGB value is (121,61,123). Sum of RGB (Red+Green+Blue) = 121+61+123=305 (40% of max value = 765). Red value is 121 (47.66% from 255 or 39.67% from 305); Green value is 61 (24.22% from 255 or 20% from 305); Blue value is 123 (48.44% from 255 or 40.33% from 305); Max value from RGB is 123 - color contains mainly: blue. Hex color #793D7B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #793D7B is #86C284. Grayscale: #555555. Windows color (decimal): -8831621 or 8076665. OLE color: 8076665.

HSL color Cylindrical-coordinate representation of color #793D7B: hue angle of 298.06º degrees, saturation: 0.34, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #793D7B is Cyan = 0.02, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB12161123-
CMYK0.020.5000.52
HSL298.06º33.7%36.08%-
HSV(B)298.06º50.41%48.24%-
XYZ13.138.8319.75-
YUV86.01148.88152.96-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 39.67%
GREEN value IS 61 (24.22% from 255) = 20%
BLUE value IS 123 (48.44% from 255) = 40.33%
R=39.67%
G=20%
B=40.33%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal121611230.020.5000.52298.0633.736.08
Hex793D7B23203412a2224
Octal171751732620644524244
Binary11110011111011111011101100100110100100101010100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #793D7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #793D7B; }

 p { color: rgb(121,61,123); }

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

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

 a { background-color: rgb(121,61,123); }

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

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

 span { border-color: rgb(121,61,123); }

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