Html Css Color HEX #794080 Eminence

📋 copy color: '#794080'

red 121 ◦ green 64 ◦ blue 128

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

Shades of Eminence #794080

Tints of Eminence #794080

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20.45%

 BLUE value IS 128 (50.39% from 255) = 40.89%

R = 38.66%
G = 20.45%
B = 40.89%

CMYK

 C value IS 0.05

 M value IS 0.5

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#794080 (or 0x794080) is known color: Eminence. HEX triplet: 79, 40 and 80. RGB value is (121,64,128). Sum of RGB (Red+Green+Blue) = 121+64+128=313 (41% of max value = 765). Red value is 121 (47.66% from 255 or 38.66% from 313); Green value is 64 (25.39% from 255 or 20.45% from 313); Blue value is 128 (50.39% from 255 or 40.89% from 313); Max value from RGB is 128 - color contains mainly: blue. Hex color #794080 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #794080 is #86BF7F. Grayscale: #585858. Windows color (decimal): -8830848 or 8405113. OLE color: 8405113.

HSL color Cylindrical-coordinate representation of color #794080: hue angle of 293.44º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #794080 is Cyan = 0.05, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 121 64 128 -
CMYK 0.05 0.5 0 0.50
HSL 293.44º 0.33% 0.38% -
HSV(B) 293.44º 0.5% 0.5% -
XYZ 13.61 9.29 21.5 -
YUV 88.34 150.38 151.3 -
System Red Green Blue C M Y K H S L
Decimal 121 64 128 0.05 0.5 0 0.50 293.44 0.33 0.38
Hex 79 40 80 5 32 0 32 125 21 26
Octal 171 100 200 5 62 0 62 445 41 46
Binary 1111001 1000000 10000000 101 110010 0 110010 100100101 100001 100110

Color Harmonies of #794080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794080

Black with #794080

Text Example


Text Example

White with #794080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #794080; }

 p { color: rgb(121,64,128); }

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

background-color css

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

 a { background-color: rgb(121,64,128); }

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

border-color css

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

 span { border-color: rgb(121,64,128); }

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