Html Css Color HEX #743377 Eminence

📋 copy color: '#743377'

red 116 ◦ green 51 ◦ blue 119

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

Shades of Eminence #743377

Tints of Eminence #743377

RGB

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

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

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

R = 40.56%
G = 17.83%
B = 41.61%

CMYK

 C value IS 0.03

 M value IS 0.57

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#743377 (or 0x743377) is known color: Eminence. HEX triplet: 74, 33 and 77. RGB value is (116,51,119). Sum of RGB (Red+Green+Blue) = 116+51+119=286 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.56% from 286); Green value is 51 (20.31% from 255 or 17.83% from 286); Blue value is 119 (46.88% from 255 or 41.61% from 286); Max value from RGB is 119 - color contains mainly: blue. Hex color #743377 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743377 is #8BCC88. Grayscale: #4D4D4D. Windows color (decimal): -9161865 or 7811956. OLE color: 7811956.

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

Color convert

RGB 116 51 119 -
CMYK 0.03 0.57 0 0.53
HSL 297.35º 0.4% 0.33% -
HSV(B) 297.35º 0.57% 0.47% -
XYZ 11.72 7.41 18.27 -
YUV 78.19 151.03 154.97 -
System Red Green Blue C M Y K H S L
Decimal 116 51 119 0.03 0.57 0 0.53 297.35 0.4 0.33
Hex 74 33 77 3 39 0 35 129 28 21
Octal 164 63 167 3 71 0 65 451 50 41
Binary 1110100 110011 1110111 11 111001 0 110101 100101001 101000 100001

Color Harmonies of #743377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743377

Black with #743377

Text Example


Text Example

White with #743377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743377; }

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

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

background-color css

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

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

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

border-color css

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

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

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