Html Css Color HEX #743B71 Eminence

📋 copy color: '#743B71'

red 116 ◦ green 59 ◦ blue 113

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

Shades of Eminence #743B71

Tints of Eminence #743B71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 39.24%

R = 40.28%
G = 20.49%
B = 39.24%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.03

 K value IS 0.55

RGB Variations

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

Color information

#743B71 (or 0x743B71) is known color: Eminence. HEX triplet: 74, 3B and 71. RGB value is (116,59,113). Sum of RGB (Red+Green+Blue) = 116+59+113=288 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40.28% from 288); Green value is 59 (23.44% from 255 or 20.49% from 288); Blue value is 113 (44.53% from 255 or 39.24% from 288); Max value from RGB is 116 - color contains mainly: red. Hex color #743B71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743B71 is #8BC48E. Grayscale: #525252. Windows color (decimal): -9159823 or 7420788. OLE color: 7420788.

HSL color Cylindrical-coordinate representation of color #743B71: hue angle of 303.16º 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 #743B71 is Cyan = 0, Magento = 0.49, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 59 113 -
CMYK 0 0.49 0.03 0.55
HSL 303.16º 0.33% 0.34% -
HSV(B) 303.16º 0.49% 0.45% -
XYZ 11.75 8.03 16.55 -
YUV 82.2 145.38 152.11 -
System Red Green Blue C M Y K H S L
Decimal 116 59 113 0 0.49 0.03 0.55 303.16 0.33 0.34
Hex 74 3B 71 0 31 3 37 12F 21 22
Octal 164 73 161 0 61 3 67 457 41 42
Binary 1110100 111011 1110001 0 110001 11 110111 100101111 100001 100010

Color Harmonies of #743B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743B71

Black with #743B71

Text Example


Text Example

White with #743B71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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