Html Css Color HEX #793376 Eminence

📋 copy color: '#793376'

red 121 ◦ green 51 ◦ blue 118

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

Shades of Eminence #793376

Tints of Eminence #793376

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.59%

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

R = 41.72%
G = 17.59%
B = 40.69%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.02

 K value IS 0.53

RGB Variations

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

Color information

#793376 (or 0x793376) is known color: Eminence. HEX triplet: 79, 33 and 76. RGB value is (121,51,118). Sum of RGB (Red+Green+Blue) = 121+51+118=290 (38% of max value = 765). Red value is 121 (47.66% from 255 or 41.72% from 290); Green value is 51 (20.31% from 255 or 17.59% from 290); Blue value is 118 (46.48% from 255 or 40.69% from 290); Max value from RGB is 121 - color contains mainly: red. Hex color #793376 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #793376 is #86CC89. Grayscale: #4F4F4F. Windows color (decimal): -8834186 or 7746425. OLE color: 7746425.

HSL color Cylindrical-coordinate representation of color #793376: hue angle of 302.57º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #793376 is Cyan = 0, Magento = 0.58, Yellow = 0.02 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 51 118 -
CMYK 0 0.58 0.02 0.53
HSL 302.57º 0.41% 0.34% -
HSV(B) 302.57º 0.58% 0.47% -
XYZ 12.34 7.74 17.98 -
YUV 79.57 149.69 157.55 -
System Red Green Blue C M Y K H S L
Decimal 121 51 118 0 0.58 0.02 0.53 302.57 0.41 0.34
Hex 79 33 76 0 3A 2 35 12F 29 22
Octal 171 63 166 0 72 2 65 457 51 42
Binary 1111001 110011 1110110 0 111010 10 110101 100101111 101001 100010

Color Harmonies of #793376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #793376

Black with #793376

Text Example


Text Example

White with #793376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #793376; }

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

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

background-color css

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

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

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

border-color css

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

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

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