Html Css Color HEX #743374 Eminence

📋 copy color: '#743374'

red 116 ◦ green 51 ◦ blue 116

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

Shades of Eminence #743374

Tints of Eminence #743374

RGB

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

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

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

R = 40.99%
G = 18.02%
B = 40.99%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#743374 (or 0x743374) is known color: Eminence. HEX triplet: 74, 33 and 74. RGB value is (116,51,116). Sum of RGB (Red+Green+Blue) = 116+51+116=283 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.99% from 283); Green value is 51 (20.31% from 255 or 18.02% from 283); Blue value is 116 (45.70% from 255 or 40.99% from 283); Max value from RGB is 116 - color contains mainly: red, blue. Hex color #743374 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743374 is #8BCC8B. Grayscale: #4D4D4D. Windows color (decimal): -9161868 or 7615348. OLE color: 7615348.

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

Color convert

RGB 116 51 116 -
CMYK 0 0.56 0 0.55
HSL 300º 0.39% 0.33% -
HSV(B) 300º 0.56% 0.45% -
XYZ 11.54 7.34 17.33 -
YUV 77.85 149.53 155.21 -
System Red Green Blue C M Y K H S L
Decimal 116 51 116 0 0.56 0 0.55 300 0.39 0.33
Hex 74 33 74 0 38 0 37 12C 27 21
Octal 164 63 164 0 70 0 67 454 47 41
Binary 1110100 110011 1110100 0 111000 0 110111 100101100 100111 100001

Color Harmonies of #743374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743374

Black with #743374

Text Example


Text Example

White with #743374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743374; }

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

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

background-color css

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

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

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

border-color css

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

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

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