Html Css Color HEX #773470 Eminence

📋 copy color: '#773470'

red 119 ◦ green 52 ◦ blue 112

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

Shades of Eminence #773470

Tints of Eminence #773470

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 39.58%

R = 42.05%
G = 18.37%
B = 39.58%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.06

 K value IS 0.53

RGB Variations

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

Color information

#773470 (or 0x773470) is known color: Eminence. HEX triplet: 77, 34 and 70. RGB value is (119,52,112). Sum of RGB (Red+Green+Blue) = 119+52+112=283 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.05% from 283); Green value is 52 (20.70% from 255 or 18.37% from 283); Blue value is 112 (44.14% from 255 or 39.58% from 283); Max value from RGB is 119 - color contains mainly: red. Hex color #773470 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773470 is #88CB8F. Grayscale: #4E4E4E. Windows color (decimal): -8965008 or 7353463. OLE color: 7353463.

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

Color convert

RGB 119 52 112 -
CMYK 0 0.56 0.06 0.53
HSL 306.27º 0.39% 0.34% -
HSV(B) 306.27º 0.56% 0.47% -
XYZ 11.76 7.55 16.17 -
YUV 78.87 146.7 156.62 -
System Red Green Blue C M Y K H S L
Decimal 119 52 112 0 0.56 0.06 0.53 306.27 0.39 0.34
Hex 77 34 70 0 38 6 35 132 27 22
Octal 167 64 160 0 70 6 65 462 47 42
Binary 1110111 110100 1110000 0 111000 110 110101 100110010 100111 100010

Color Harmonies of #773470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773470

Black with #773470

Text Example


Text Example

White with #773470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773470; }

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

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

background-color css

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

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

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

border-color css

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

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

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