Html Css Color HEX #743577 Eminence

📋 copy color: '#743577'

red 116 ◦ green 53 ◦ blue 119

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

Shades of Eminence #743577

Tints of Eminence #743577

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.4%

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

R = 40.28%
G = 18.4%
B = 41.32%

CMYK

 C value IS 0.03

 M value IS 0.55

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#743577 (or 0x743577) is known color: Eminence. HEX triplet: 74, 35 and 77. RGB value is (116,53,119). Sum of RGB (Red+Green+Blue) = 116+53+119=288 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40.28% from 288); Green value is 53 (21.09% from 255 or 18.40% from 288); Blue value is 119 (46.88% from 255 or 41.32% from 288); Max value from RGB is 119 - color contains mainly: blue. Hex color #743577 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743577 is #8BCA88. Grayscale: #4F4F4F. Windows color (decimal): -9161353 or 7812468. OLE color: 7812468.

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

Color convert

RGB 116 53 119 -
CMYK 0.03 0.55 0 0.53
HSL 297.27º 0.38% 0.34% -
HSV(B) 297.27º 0.55% 0.47% -
XYZ 11.81 7.59 18.3 -
YUV 79.36 150.37 154.13 -
System Red Green Blue C M Y K H S L
Decimal 116 53 119 0.03 0.55 0 0.53 297.27 0.38 0.34
Hex 74 35 77 3 37 0 35 129 26 22
Octal 164 65 167 3 67 0 65 451 46 42
Binary 1110100 110101 1110111 11 110111 0 110101 100101001 100110 100010

Color Harmonies of #743577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743577

Black with #743577

Text Example


Text Example

White with #743577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743577; }

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

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

background-color css

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

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

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

border-color css

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

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

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