Html Css Color HEX #773271 Eminence

📋 copy color: '#773271'

red 119 ◦ green 50 ◦ blue 113

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

Shades of Eminence #773271

Tints of Eminence #773271

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.73%

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

R = 42.2%
G = 17.73%
B = 40.07%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.05

 K value IS 0.53

RGB Variations

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

Color information

#773271 (or 0x773271) is known color: Eminence. HEX triplet: 77, 32 and 71. RGB value is (119,50,113). Sum of RGB (Red+Green+Blue) = 119+50+113=282 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.20% from 282); Green value is 50 (19.92% from 255 or 17.73% from 282); Blue value is 113 (44.53% from 255 or 40.07% from 282); Max value from RGB is 119 - color contains mainly: red. Hex color #773271 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773271 is #88CD8E. Grayscale: #4D4D4D. Windows color (decimal): -8965519 or 7418487. OLE color: 7418487.

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

Color convert

RGB 119 50 113 -
CMYK 0 0.58 0.05 0.53
HSL 305.22º 0.41% 0.33% -
HSV(B) 305.22º 0.58% 0.47% -
XYZ 11.73 7.4 16.43 -
YUV 77.81 147.86 157.38 -
System Red Green Blue C M Y K H S L
Decimal 119 50 113 0 0.58 0.05 0.53 305.22 0.41 0.33
Hex 77 32 71 0 3A 5 35 131 29 21
Octal 167 62 161 0 72 5 65 461 51 41
Binary 1110111 110010 1110001 0 111010 101 110101 100110001 101001 100001

Color Harmonies of #773271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773271

Black with #773271

Text Example


Text Example

White with #773271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773271; }

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

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

background-color css

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

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

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

border-color css

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

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

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