Html Css Color HEX #793D71 Eminence

📋 copy color: '#793D71'

red 121 ◦ green 61 ◦ blue 113

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

Shades of Eminence #793D71

Tints of Eminence #793D71

RGB

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

 GREEN value IS 61 (24.22% from 255) = 20.68%

 BLUE value IS 113 (44.53% from 255) = 38.31%

R = 41.02%
G = 20.68%
B = 38.31%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.07

 K value IS 0.53

RGB Variations

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

Color information

#793D71 (or 0x793D71) is known color: Eminence. HEX triplet: 79, 3D and 71. RGB value is (121,61,113). Sum of RGB (Red+Green+Blue) = 121+61+113=295 (39% of max value = 765). Red value is 121 (47.66% from 255 or 41.02% from 295); Green value is 61 (24.22% from 255 or 20.68% from 295); Blue value is 113 (44.53% from 255 or 38.31% from 295); Max value from RGB is 121 - color contains mainly: red. Hex color #793D71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #793D71 is #86C28E. Grayscale: #545454. Windows color (decimal): -8831631 or 7421305. OLE color: 7421305.

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

Color convert

RGB 121 61 113 -
CMYK 0 0.50 0.07 0.53
HSL 308º 0.33% 0.36% -
HSV(B) 308º 0.5% 0.47% -
XYZ 12.53 8.59 16.62 -
YUV 84.87 143.88 153.77 -
System Red Green Blue C M Y K H S L
Decimal 121 61 113 0 0.50 0.07 0.53 308 0.33 0.36
Hex 79 3D 71 0 32 7 35 134 21 24
Octal 171 75 161 0 62 7 65 464 41 44
Binary 1111001 111101 1110001 0 110010 111 110101 100110100 100001 100100

Color Harmonies of #793D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #793D71

Black with #793D71

Text Example


Text Example

White with #793D71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,61,113); }

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

background-color css

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

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

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

border-color css

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

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

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