Html Css Color HEX #773178 Eminence

📋 copy color: '#773178'

red 119 ◦ green 49 ◦ blue 120

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

Shades of Eminence #773178

Tints of Eminence #773178

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.01%

 BLUE value IS 120 (47.27% from 255) = 41.67%

R = 41.32%
G = 17.01%
B = 41.67%

CMYK

 C value IS 0.01

 M value IS 0.59

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#773178 (or 0x773178) is known color: Eminence. HEX triplet: 77, 31 and 78. RGB value is (119,49,120). Sum of RGB (Red+Green+Blue) = 119+49+120=288 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.32% from 288); Green value is 49 (19.53% from 255 or 17.01% from 288); Blue value is 120 (47.27% from 255 or 41.67% from 288); Max value from RGB is 120 - color contains mainly: blue. Hex color #773178 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773178 is #88CE87. Grayscale: #4D4D4D. Windows color (decimal): -8965768 or 7876983. OLE color: 7876983.

HSL color Cylindrical-coordinate representation of color #773178: hue angle of 299.15º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #773178 is Cyan = 0.01, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 49 120 -
CMYK 0.01 0.59 0 0.53
HSL 299.15º 0.42% 0.33% -
HSV(B) 299.15º 0.59% 0.47% -
XYZ 12.1 7.47 18.57 -
YUV 78.02 151.69 157.23 -
System Red Green Blue C M Y K H S L
Decimal 119 49 120 0.01 0.59 0 0.53 299.15 0.42 0.33
Hex 77 31 78 1 3B 0 35 12B 2A 21
Octal 167 61 170 1 73 0 65 453 52 41
Binary 1110111 110001 1111000 1 111011 0 110101 100101011 101010 100001

Color Harmonies of #773178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773178

Black with #773178

Text Example


Text Example

White with #773178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773178; }

 p { color: rgb(119,49,120); }

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

background-color css

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

 a { background-color: rgb(119,49,120); }

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

border-color css

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

 span { border-color: rgb(119,49,120); }

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