Html Css Color HEX #793C79 Eminence

📋 copy color: '#793C79'

red 121 ◦ green 60 ◦ blue 121

#793C79
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eminence #793C79

Tints of Eminence #793C79

RGB

 RED value IS 121 (47.66% from 255) = 40.07%

 GREEN value IS 60 (23.83% from 255) = 19.87%

 BLUE value IS 121 (47.66% from 255) = 40.07%

R = 40.07%
G = 19.87%
B = 40.07%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#793C79 (or 0x793C79) is known color: Eminence. HEX triplet: 79, 3C and 79. RGB value is (121,60,121). Sum of RGB (Red+Green+Blue) = 121+60+121=302 (40% of max value = 765). Red value is 121 (47.66% from 255 or 40.07% from 302); Green value is 60 (23.83% from 255 or 19.87% from 302); Blue value is 121 (47.66% from 255 or 40.07% from 302); Max value from RGB is 121 - color contains mainly: red, blue. Hex color #793C79 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #793C79 is #86C386. Grayscale: #555555. Windows color (decimal): -8831879 or 7945337. OLE color: 7945337.

HSL color Cylindrical-coordinate representation of color #793C79: hue angle of 300º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #793C79 is Cyan = 0, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 60 121 -
CMYK 0 0.50 0 0.53
HSL 300º 0.34% 0.35% -
HSV(B) 300º 0.5% 0.47% -
XYZ 12.95 8.68 19.08 -
YUV 85.19 148.21 153.54 -
System Red Green Blue C M Y K H S L
Decimal 121 60 121 0 0.50 0 0.53 300 0.34 0.35
Hex 79 3C 79 0 32 0 35 12C 22 23
Octal 171 74 171 0 62 0 65 454 42 43
Binary 1111001 111100 1111001 0 110010 0 110101 100101100 100010 100011

Color Harmonies of #793C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #793C79

Black with #793C79

Text Example


Text Example

White with #793C79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #793C79;
 }
 .AnyTagClassName
 {
   color: #793C79;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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