Html Css Color HEX #793A71 Eminence

📋 copy color: '#793A71'

red 121 ◦ green 58 ◦ blue 113

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

Shades of Eminence #793A71

Tints of Eminence #793A71

RGB

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

 GREEN value IS 58 (23.05% from 255) = 19.86%

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

R = 41.44%
G = 19.86%
B = 38.7%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.07

 K value IS 0.53

RGB Variations

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

Color information

#793A71 (or 0x793A71) is known color: Eminence. HEX triplet: 79, 3A and 71. RGB value is (121,58,113). Sum of RGB (Red+Green+Blue) = 121+58+113=292 (38% of max value = 765). Red value is 121 (47.66% from 255 or 41.44% from 292); Green value is 58 (23.05% from 255 or 19.86% from 292); Blue value is 113 (44.53% from 255 or 38.70% from 292); Max value from RGB is 121 - color contains mainly: red. Hex color #793A71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #793A71 is #86C58E. Grayscale: #525252. Windows color (decimal): -8832399 or 7420537. OLE color: 7420537.

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

Color convert

RGB 121 58 113 -
CMYK 0 0.52 0.07 0.53
HSL 307.62º 0.35% 0.35% -
HSV(B) 307.62º 0.52% 0.47% -
XYZ 12.38 8.28 16.57 -
YUV 83.11 144.87 155.03 -
System Red Green Blue C M Y K H S L
Decimal 121 58 113 0 0.52 0.07 0.53 307.62 0.35 0.35
Hex 79 3A 71 0 34 7 35 134 23 23
Octal 171 72 161 0 64 7 65 464 43 43
Binary 1111001 111010 1110001 0 110100 111 110101 100110100 100011 100011

Color Harmonies of #793A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #793A71

Black with #793A71

Text Example


Text Example

White with #793A71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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