Html Css Color HEX #743670 Eminence

📋 copy color: '#743670'

red 116 ◦ green 54 ◦ blue 112

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

Shades of Eminence #743670

Tints of Eminence #743670

RGB

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

 GREEN value IS 54 (21.48% from 255) = 19.15%

 BLUE value IS 112 (44.14% from 255) = 39.72%

R = 41.13%
G = 19.15%
B = 39.72%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.03

 K value IS 0.55

RGB Variations

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

Color information

#743670 (or 0x743670) is known color: Eminence. HEX triplet: 74, 36 and 70. RGB value is (116,54,112). Sum of RGB (Red+Green+Blue) = 116+54+112=282 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.13% from 282); Green value is 54 (21.48% from 255 or 19.15% from 282); Blue value is 112 (44.14% from 255 or 39.72% from 282); Max value from RGB is 116 - color contains mainly: red. Hex color #743670 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743670 is #8BC98F. Grayscale: #4E4E4E. Windows color (decimal): -9161104 or 7353972. OLE color: 7353972.

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

Color convert

RGB 116 54 112 -
CMYK 0 0.53 0.03 0.55
HSL 303.87º 0.36% 0.33% -
HSV(B) 303.87º 0.53% 0.45% -
XYZ 11.45 7.52 16.18 -
YUV 79.15 146.54 154.28 -
System Red Green Blue C M Y K H S L
Decimal 116 54 112 0 0.53 0.03 0.55 303.87 0.36 0.33
Hex 74 36 70 0 35 3 37 130 24 21
Octal 164 66 160 0 65 3 67 460 44 41
Binary 1110100 110110 1110000 0 110101 11 110111 100110000 100100 100001

Color Harmonies of #743670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743670

Black with #743670

Text Example


Text Example

White with #743670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743670; }

 p { color: rgb(116,54,112); }

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

background-color css

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

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

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

border-color css

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

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

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