Html Css Color HEX #773577 Eminence

📋 copy color: '#773577'

red 119 ◦ green 53 ◦ blue 119

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

Shades of Eminence #773577

Tints of Eminence #773577

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.21%

 BLUE value IS 119 (46.88% from 255) = 40.89%

R = 40.89%
G = 18.21%
B = 40.89%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#773577 (or 0x773577) is known color: Eminence. HEX triplet: 77, 35 and 77. RGB value is (119,53,119). Sum of RGB (Red+Green+Blue) = 119+53+119=291 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.89% from 291); Green value is 53 (21.09% from 255 or 18.21% from 291); Blue value is 119 (46.88% from 255 or 40.89% from 291); Max value from RGB is 119 - color contains mainly: red, blue. Hex color #773577 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773577 is #88CA88. Grayscale: #505050. Windows color (decimal): -8964745 or 7812471. OLE color: 7812471.

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

Color convert

RGB 119 53 119 -
CMYK 0 0.55 0 0.53
HSL 300º 0.38% 0.34% -
HSV(B) 300º 0.55% 0.47% -
XYZ 12.21 7.8 18.31 -
YUV 80.26 149.87 155.63 -
System Red Green Blue C M Y K H S L
Decimal 119 53 119 0 0.55 0 0.53 300 0.38 0.34
Hex 77 35 77 0 37 0 35 12C 26 22
Octal 167 65 167 0 67 0 65 454 46 42
Binary 1110111 110101 1110111 0 110111 0 110101 100101100 100110 100010

Color Harmonies of #773577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773577

Black with #773577

Text Example


Text Example

White with #773577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773577; }

 p { color: rgb(119,53,119); }

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

background-color css

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

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

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

border-color css

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

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

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