Html Css Color HEX #743B73 Eminence

📋 copy color: '#743B73'

red 116 ◦ green 59 ◦ blue 115

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

Shades of Eminence #743B73

Tints of Eminence #743B73

RGB

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

 GREEN value IS 59 (23.44% from 255) = 20.34%

 BLUE value IS 115 (45.31% from 255) = 39.66%

R = 40%
G = 20.34%
B = 39.66%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.01

 K value IS 0.55

RGB Variations

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

Color information

#743B73 (or 0x743B73) is known color: Eminence. HEX triplet: 74, 3B and 73. RGB value is (116,59,115). Sum of RGB (Red+Green+Blue) = 116+59+115=290 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40% from 290); Green value is 59 (23.44% from 255 or 20.34% from 290); Blue value is 115 (45.31% from 255 or 39.66% from 290); Max value from RGB is 116 - color contains mainly: red. Hex color #743B73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743B73 is #8BC48C. Grayscale: #525252. Windows color (decimal): -9159821 or 7551860. OLE color: 7551860.

HSL color Cylindrical-coordinate representation of color #743B73: hue angle of 301.05º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #743B73 is Cyan = 0, Magento = 0.49, Yellow = 0.01 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 59 115 -
CMYK 0 0.49 0.01 0.55
HSL 301.05º 0.33% 0.34% -
HSV(B) 301.05º 0.49% 0.45% -
XYZ 11.86 8.08 17.15 -
YUV 82.43 146.38 151.95 -
System Red Green Blue C M Y K H S L
Decimal 116 59 115 0 0.49 0.01 0.55 301.05 0.33 0.34
Hex 74 3B 73 0 31 1 37 12D 21 22
Octal 164 73 163 0 61 1 67 455 41 42
Binary 1110100 111011 1110011 0 110001 1 110111 100101101 100001 100010

Color Harmonies of #743B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743B73

Black with #743B73

Text Example


Text Example

White with #743B73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,59,115); }

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

background-color css

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

 a { background-color: rgb(116,59,115); }

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

border-color css

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

 span { border-color: rgb(116,59,115); }

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