Html Css Color HEX #794976 Eminence

📋 copy color: '#794976'

red 121 ◦ green 73 ◦ blue 118

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

Shades of Eminence #794976

Tints of Eminence #794976

RGB

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

 GREEN value IS 73 (28.91% from 255) = 23.4%

 BLUE value IS 118 (46.48% from 255) = 37.82%

R = 38.78%
G = 23.4%
B = 37.82%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.02

 K value IS 0.53

RGB Variations

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

Color information

#794976 (or 0x794976) is known color: Eminence. HEX triplet: 79, 49 and 76. RGB value is (121,73,118). Sum of RGB (Red+Green+Blue) = 121+73+118=312 (41% of max value = 765). Red value is 121 (47.66% from 255 or 38.78% from 312); Green value is 73 (28.91% from 255 or 23.40% from 312); Blue value is 118 (46.48% from 255 or 37.82% from 312); Max value from RGB is 121 - color contains mainly: red. Hex color #794976 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #794976 is #86B689. Grayscale: #5C5C5C. Windows color (decimal): -8828554 or 7752057. OLE color: 7752057.

HSL color Cylindrical-coordinate representation of color #794976: hue angle of 303.75º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #794976 is Cyan = 0, Magento = 0.40, Yellow = 0.02 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 73 118 -
CMYK 0 0.40 0.02 0.53
HSL 303.75º 0.25% 0.38% -
HSV(B) 303.75º 0.4% 0.47% -
XYZ 13.54 10.14 18.38 -
YUV 92.48 142.4 148.34 -
System Red Green Blue C M Y K H S L
Decimal 121 73 118 0 0.40 0.02 0.53 303.75 0.25 0.38
Hex 79 49 76 0 28 2 35 130 19 26
Octal 171 111 166 0 50 2 65 460 31 46
Binary 1111001 1001001 1110110 0 101000 10 110101 100110000 11001 100110

Color Harmonies of #794976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794976

Black with #794976

Text Example


Text Example

White with #794976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #794976; }

 p { color: rgb(121,73,118); }

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

background-color css

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

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

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

border-color css

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

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

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