Html Css Color HEX #773371 Eminence

📋 copy color: '#773371'

red 119 ◦ green 51 ◦ blue 113

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

Shades of Eminence #773371

Tints of Eminence #773371

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.02%

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

R = 42.05%
G = 18.02%
B = 39.93%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.05

 K value IS 0.53

RGB Variations

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

Color information

#773371 (or 0x773371) is known color: Eminence. HEX triplet: 77, 33 and 71. RGB value is (119,51,113). Sum of RGB (Red+Green+Blue) = 119+51+113=283 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.05% from 283); Green value is 51 (20.31% from 255 or 18.02% from 283); Blue value is 113 (44.53% from 255 or 39.93% from 283); Max value from RGB is 119 - color contains mainly: red. Hex color #773371 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773371 is #88CC8E. Grayscale: #4E4E4E. Windows color (decimal): -8965263 or 7418743. OLE color: 7418743.

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

Color convert

RGB 119 51 113 -
CMYK 0 0.57 0.05 0.53
HSL 305.29º 0.4% 0.33% -
HSV(B) 305.29º 0.57% 0.47% -
XYZ 11.77 7.48 16.45 -
YUV 78.4 147.53 156.96 -
System Red Green Blue C M Y K H S L
Decimal 119 51 113 0 0.57 0.05 0.53 305.29 0.4 0.33
Hex 77 33 71 0 39 5 35 131 28 21
Octal 167 63 161 0 71 5 65 461 50 41
Binary 1110111 110011 1110001 0 111001 101 110101 100110001 101000 100001

Color Harmonies of #773371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773371

Black with #773371

Text Example


Text Example

White with #773371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773371; }

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

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

background-color css

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

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

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

border-color css

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

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

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