Html Css Color HEX #774080 Eminence

📋 copy color: '#774080'

red 119 ◦ green 64 ◦ blue 128

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

Shades of Eminence #774080

Tints of Eminence #774080

RGB

 RED value IS 119 (46.88% from 255) = 38.26%

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

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

R = 38.26%
G = 20.58%
B = 41.16%

CMYK

 C value IS 0.07

 M value IS 0.5

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#774080 (or 0x774080) is known color: Eminence. HEX triplet: 77, 40 and 80. RGB value is (119,64,128). Sum of RGB (Red+Green+Blue) = 119+64+128=311 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.26% from 311); Green value is 64 (25.39% from 255 or 20.58% from 311); Blue value is 128 (50.39% from 255 or 41.16% from 311); Max value from RGB is 128 - color contains mainly: blue. Hex color #774080 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #774080 is #88BF7F. Grayscale: #575757. Windows color (decimal): -8961920 or 8405111. OLE color: 8405111.

HSL color Cylindrical-coordinate representation of color #774080: hue angle of 291.56º 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 #774080 is Cyan = 0.07, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 119 64 128 -
CMYK 0.07 0.5 0 0.50
HSL 291.56º 0.33% 0.38% -
HSV(B) 291.56º 0.5% 0.5% -
XYZ 13.34 9.15 21.48 -
YUV 87.74 150.72 150.3 -
System Red Green Blue C M Y K H S L
Decimal 119 64 128 0.07 0.5 0 0.50 291.56 0.33 0.38
Hex 77 40 80 7 32 0 32 124 21 26
Octal 167 100 200 7 62 0 62 444 41 46
Binary 1110111 1000000 10000000 111 110010 0 110010 100100100 100001 100110

Color Harmonies of #774080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774080

Black with #774080

Text Example


Text Example

White with #774080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774080; }

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

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

background-color css

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

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

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

border-color css

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

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

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