#793C7B

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

Shades of Eminence #793C7B

Tints of Eminence #793C7B

Color information

#793C7B (or 0x793C7B) is unknown color: approx Eminence. HEX triplet: 79, 3C and 7B. RGB value is (121,60,123). Sum of RGB (Red+Green+Blue) = 121+60+123=304 (40% of max value = 765). Red value is 121 (47.66% from 255 or 39.80% from 304); Green value is 60 (23.83% from 255 or 19.74% from 304); Blue value is 123 (48.44% from 255 or 40.46% from 304); Max value from RGB is 123 - color contains mainly: blue. Hex color #793C7B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #793C7B is #86C384. Grayscale: #555555. Windows color (decimal): -8831877 or 8076409. OLE color: 8076409.

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

Color convert

RGB12160123-
CMYK0.020.5100.52
HSL298.1º34.43%35.88%-
HSV(B)298.1º51.22%48.24%-
XYZ13.088.7319.73-
YUV85.42149.21153.38-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 39.80%
GREEN value IS 60 (23.83% from 255) = 19.74%
BLUE value IS 123 (48.44% from 255) = 40.46%
R=39.80%
G=19.74%
B=40.46%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal121601230.020.5100.52298.134.4335.88
Hex793C7B23303412a2224
Octal171741732630644524244
Binary11110011111001111011101100110110100100101010100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #793C7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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