Html Css Color HEX #743077 Eminence

📋 copy color: '#743077'

red 116 ◦ green 48 ◦ blue 119

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

Shades of Eminence #743077

Tints of Eminence #743077

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.96%

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

R = 40.99%
G = 16.96%
B = 42.05%

CMYK

 C value IS 0.03

 M value IS 0.60

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#743077 (or 0x743077) is known color: Eminence. HEX triplet: 74, 30 and 77. RGB value is (116,48,119). Sum of RGB (Red+Green+Blue) = 116+48+119=283 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.99% from 283); Green value is 48 (19.14% from 255 or 16.96% from 283); Blue value is 119 (46.88% from 255 or 42.05% from 283); Max value from RGB is 119 - color contains mainly: blue. Hex color #743077 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743077 is #8BCF88. Grayscale: #4C4C4C. Windows color (decimal): -9162633 or 7811188. OLE color: 7811188.

HSL color Cylindrical-coordinate representation of color #743077: hue angle of 297.46º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #743077 is Cyan = 0.03, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 116 48 119 -
CMYK 0.03 0.60 0 0.53
HSL 297.46º 0.43% 0.33% -
HSV(B) 297.46º 0.6% 0.47% -
XYZ 11.59 7.16 18.22 -
YUV 76.43 152.03 156.23 -
System Red Green Blue C M Y K H S L
Decimal 116 48 119 0.03 0.60 0 0.53 297.46 0.43 0.33
Hex 74 30 77 3 3C 0 35 129 2B 21
Octal 164 60 167 3 74 0 65 451 53 41
Binary 1110100 110000 1110111 11 111100 0 110101 100101001 101011 100001

Color Harmonies of #743077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743077

Black with #743077

Text Example


Text Example

White with #743077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743077; }

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

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

background-color css

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

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

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

border-color css

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

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

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