Html Css Color HEX #743371 Eminence

📋 copy color: '#743371'

red 116 ◦ green 51 ◦ blue 113

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

Shades of Eminence #743371

Tints of Eminence #743371

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.21%

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

R = 41.43%
G = 18.21%
B = 40.36%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.03

 K value IS 0.55

RGB Variations

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

Color information

#743371 (or 0x743371) is known color: Eminence. HEX triplet: 74, 33 and 71. RGB value is (116,51,113). Sum of RGB (Red+Green+Blue) = 116+51+113=280 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.43% from 280); Green value is 51 (20.31% from 255 or 18.21% from 280); Blue value is 113 (44.53% from 255 or 40.36% from 280); Max value from RGB is 116 - color contains mainly: red. Hex color #743371 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743371 is #8BCC8E. Grayscale: #4D4D4D. Windows color (decimal): -9161871 or 7418740. OLE color: 7418740.

HSL color Cylindrical-coordinate representation of color #743371: hue angle of 302.77º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #743371 is Cyan = 0, Magento = 0.56, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 51 113 -
CMYK 0 0.56 0.03 0.55
HSL 302.77º 0.39% 0.33% -
HSV(B) 302.77º 0.56% 0.45% -
XYZ 11.37 7.27 16.43 -
YUV 77.5 148.03 155.46 -
System Red Green Blue C M Y K H S L
Decimal 116 51 113 0 0.56 0.03 0.55 302.77 0.39 0.33
Hex 74 33 71 0 38 3 37 12F 27 21
Octal 164 63 161 0 70 3 67 457 47 41
Binary 1110100 110011 1110001 0 111000 11 110111 100101111 100111 100001

Color Harmonies of #743371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743371

Black with #743371

Text Example


Text Example

White with #743371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743371; }

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

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

background-color css

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

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

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

border-color css

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

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

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