Html Css Color HEX #743F80 Eminence

📋 copy color: '#743F80'

red 116 ◦ green 63 ◦ blue 128

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

Shades of Eminence #743F80

Tints of Eminence #743F80

RGB

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

 GREEN value IS 63 (25% from 255) = 20.52%

 BLUE value IS 128 (50.39% from 255) = 41.69%

R = 37.79%
G = 20.52%
B = 41.69%

CMYK

 C value IS 0.09

 M value IS 0.51

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#743F80 (or 0x743F80) is known color: Eminence. HEX triplet: 74, 3F and 80. RGB value is (116,63,128). Sum of RGB (Red+Green+Blue) = 116+63+128=307 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.79% from 307); Green value is 63 (25% from 255 or 20.52% from 307); Blue value is 128 (50.39% from 255 or 41.69% from 307); Max value from RGB is 128 - color contains mainly: blue. Hex color #743F80 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #743F80 is #8BC07F. Grayscale: #565656. Windows color (decimal): -9158784 or 8404852. OLE color: 8404852.

HSL color Cylindrical-coordinate representation of color #743F80: hue angle of 288.92º degrees, saturation: 0.34, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #743F80 is Cyan = 0.09, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 116 63 128 -
CMYK 0.09 0.51 0 0.50
HSL 288.92º 0.34% 0.37% -
HSV(B) 288.92º 0.51% 0.5% -
XYZ 12.88 8.83 21.45 -
YUV 86.26 151.56 149.21 -
System Red Green Blue C M Y K H S L
Decimal 116 63 128 0.09 0.51 0 0.50 288.92 0.34 0.37
Hex 74 3F 80 9 33 0 32 121 22 25
Octal 164 77 200 11 63 0 62 441 42 45
Binary 1110100 111111 10000000 1001 110011 0 110010 100100001 100010 100101

Color Harmonies of #743F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743F80

Black with #743F80

Text Example


Text Example

White with #743F80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743F80; }

 p { color: rgb(116,63,128); }

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

background-color css

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

 a { background-color: rgb(116,63,128); }

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

border-color css

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

 span { border-color: rgb(116,63,128); }

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