Html Css Color HEX #743777 Eminence

📋 copy color: '#743777'

red 116 ◦ green 55 ◦ blue 119

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

Shades of Eminence #743777

Tints of Eminence #743777

RGB

 RED value IS 116 (45.7% from 255) = 40%

 GREEN value IS 55 (21.88% from 255) = 18.97%

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

R = 40%
G = 18.97%
B = 41.03%

CMYK

 C value IS 0.03

 M value IS 0.54

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#743777 (or 0x743777) is known color: Eminence. HEX triplet: 74, 37 and 77. RGB value is (116,55,119). Sum of RGB (Red+Green+Blue) = 116+55+119=290 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40% from 290); Green value is 55 (21.88% from 255 or 18.97% from 290); Blue value is 119 (46.88% from 255 or 41.03% from 290); Max value from RGB is 119 - color contains mainly: blue. Hex color #743777 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743777 is #8BC888. Grayscale: #505050. Windows color (decimal): -9160841 or 7812980. OLE color: 7812980.

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

Color convert

RGB 116 55 119 -
CMYK 0.03 0.54 0 0.53
HSL 297.19º 0.37% 0.34% -
HSV(B) 297.19º 0.54% 0.47% -
XYZ 11.9 7.78 18.33 -
YUV 80.54 149.71 153.3 -
System Red Green Blue C M Y K H S L
Decimal 116 55 119 0.03 0.54 0 0.53 297.19 0.37 0.34
Hex 74 37 77 3 36 0 35 129 25 22
Octal 164 67 167 3 66 0 65 451 45 42
Binary 1110100 110111 1110111 11 110110 0 110101 100101001 100101 100010

Color Harmonies of #743777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743777

Black with #743777

Text Example


Text Example

White with #743777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743777; }

 p { color: rgb(116,55,119); }

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

background-color css

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

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

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

border-color css

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

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

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