Html Css Color HEX #793C74 Eminence

📋 copy color: '#793C74'

red 121 ◦ green 60 ◦ blue 116

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

Shades of Eminence #793C74

Tints of Eminence #793C74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 39.06%

R = 40.74%
G = 20.2%
B = 39.06%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.04

 K value IS 0.53

RGB Variations

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

Color information

#793C74 (or 0x793C74) is known color: Eminence. HEX triplet: 79, 3C and 74. RGB value is (121,60,116). Sum of RGB (Red+Green+Blue) = 121+60+116=297 (39% of max value = 765). Red value is 121 (47.66% from 255 or 40.74% from 297); Green value is 60 (23.83% from 255 or 20.20% from 297); Blue value is 116 (45.70% from 255 or 39.06% from 297); Max value from RGB is 121 - color contains mainly: red. Hex color #793C74 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #793C74 is #86C38B. Grayscale: #545454. Windows color (decimal): -8831884 or 7617657. OLE color: 7617657.

HSL color Cylindrical-coordinate representation of color #793C74: hue angle of 304.92º 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 #793C74 is Cyan = 0, Magento = 0.50, Yellow = 0.04 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 60 116 -
CMYK 0 0.50 0.04 0.53
HSL 304.92º 0.34% 0.35% -
HSV(B) 304.92º 0.5% 0.47% -
XYZ 12.65 8.56 17.51 -
YUV 84.62 145.71 153.95 -
System Red Green Blue C M Y K H S L
Decimal 121 60 116 0 0.50 0.04 0.53 304.92 0.34 0.35
Hex 79 3C 74 0 32 4 35 131 22 23
Octal 171 74 164 0 62 4 65 461 42 43
Binary 1111001 111100 1110100 0 110010 100 110101 100110001 100010 100011

Color Harmonies of #793C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #793C74

Black with #793C74

Text Example


Text Example

White with #793C74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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