Html Css Color HEX #773475 Eminence

📋 copy color: '#773475'

red 119 ◦ green 52 ◦ blue 117

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

Shades of Eminence #773475

Tints of Eminence #773475

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 40.63%

R = 41.32%
G = 18.06%
B = 40.63%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.02

 K value IS 0.53

RGB Variations

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

Color information

#773475 (or 0x773475) is known color: Eminence. HEX triplet: 77, 34 and 75. RGB value is (119,52,117). Sum of RGB (Red+Green+Blue) = 119+52+117=288 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.32% from 288); Green value is 52 (20.70% from 255 or 18.06% from 288); Blue value is 117 (46.09% from 255 or 40.62% from 288); Max value from RGB is 119 - color contains mainly: red. Hex color #773475 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773475 is #88CB8A. Grayscale: #4F4F4F. Windows color (decimal): -8965003 or 7681143. OLE color: 7681143.

HSL color Cylindrical-coordinate representation of color #773475: hue angle of 301.79º 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 #773475 is Cyan = 0, Magento = 0.56, Yellow = 0.02 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 52 117 -
CMYK 0 0.56 0.02 0.53
HSL 301.79º 0.39% 0.34% -
HSV(B) 301.79º 0.56% 0.47% -
XYZ 12.05 7.66 17.67 -
YUV 79.44 149.2 156.21 -
System Red Green Blue C M Y K H S L
Decimal 119 52 117 0 0.56 0.02 0.53 301.79 0.39 0.34
Hex 77 34 75 0 38 2 35 12E 27 22
Octal 167 64 165 0 70 2 65 456 47 42
Binary 1110111 110100 1110101 0 111000 10 110101 100101110 100111 100010

Color Harmonies of #773475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773475

Black with #773475

Text Example


Text Example

White with #773475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773475; }

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

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

background-color css

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

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

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

border-color css

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

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

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