Html Css Color HEX #773471 Eminence

📋 copy color: '#773471'

red 119 ◦ green 52 ◦ blue 113

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

Shades of Eminence #773471

Tints of Eminence #773471

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.31%

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

R = 41.9%
G = 18.31%
B = 39.79%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.05

 K value IS 0.53

RGB Variations

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

Color information

#773471 (or 0x773471) is known color: Eminence. HEX triplet: 77, 34 and 71. RGB value is (119,52,113). Sum of RGB (Red+Green+Blue) = 119+52+113=284 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.90% from 284); Green value is 52 (20.70% from 255 or 18.31% from 284); Blue value is 113 (44.53% from 255 or 39.79% from 284); Max value from RGB is 119 - color contains mainly: red. Hex color #773471 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773471 is #88CB8E. Grayscale: #4E4E4E. Windows color (decimal): -8965007 or 7418999. OLE color: 7418999.

HSL color Cylindrical-coordinate representation of color #773471: hue angle of 305.37º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #773471 is Cyan = 0, Magento = 0.56, Yellow = 0.05 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 52 113 -
CMYK 0 0.56 0.05 0.53
HSL 305.37º 0.39% 0.34% -
HSV(B) 305.37º 0.56% 0.47% -
XYZ 11.82 7.57 16.46 -
YUV 78.99 147.2 156.54 -
System Red Green Blue C M Y K H S L
Decimal 119 52 113 0 0.56 0.05 0.53 305.37 0.39 0.34
Hex 77 34 71 0 38 5 35 131 27 22
Octal 167 64 161 0 70 5 65 461 47 42
Binary 1110111 110100 1110001 0 111000 101 110101 100110001 100111 100010

Color Harmonies of #773471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773471

Black with #773471

Text Example


Text Example

White with #773471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773471; }

 p { color: rgb(119,52,113); }

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

background-color css

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

 a { background-color: rgb(119,52,113); }

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

border-color css

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

 span { border-color: rgb(119,52,113); }

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