Html Css Color HEX #794380 Eminence

📋 copy color: '#794380'

red 121 ◦ green 67 ◦ blue 128

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

Shades of Eminence #794380

Tints of Eminence #794380

RGB

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

 GREEN value IS 67 (26.56% from 255) = 21.2%

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

R = 38.29%
G = 21.2%
B = 40.51%

CMYK

 C value IS 0.05

 M value IS 0.48

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#794380 (or 0x794380) is known color: Eminence. HEX triplet: 79, 43 and 80. RGB value is (121,67,128). Sum of RGB (Red+Green+Blue) = 121+67+128=316 (41% of max value = 765). Red value is 121 (47.66% from 255 or 38.29% from 316); Green value is 67 (26.56% from 255 or 21.20% from 316); Blue value is 128 (50.39% from 255 or 40.51% from 316); Max value from RGB is 128 - color contains mainly: blue. Hex color #794380 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #794380 is #86BC7F. Grayscale: #595959. Windows color (decimal): -8830080 or 8405881. OLE color: 8405881.

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

Color convert

RGB 121 67 128 -
CMYK 0.05 0.48 0 0.50
HSL 293.11º 0.31% 0.38% -
HSV(B) 293.11º 0.48% 0.5% -
XYZ 13.79 9.64 21.56 -
YUV 90.1 149.39 150.04 -
System Red Green Blue C M Y K H S L
Decimal 121 67 128 0.05 0.48 0 0.50 293.11 0.31 0.38
Hex 79 43 80 5 30 0 32 125 1F 26
Octal 171 103 200 5 60 0 62 445 37 46
Binary 1111001 1000011 10000000 101 110000 0 110010 100100101 11111 100110

Color Harmonies of #794380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794380

Black with #794380

Text Example


Text Example

White with #794380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #794380; }

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

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

background-color css

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

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

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

border-color css

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

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

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