Html Css Color HEX #743A6E Eminence

📋 copy color: '#743A6E'

red 116 ◦ green 58 ◦ blue 110

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

Shades of Eminence #743A6E

Tints of Eminence #743A6E

RGB

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

 GREEN value IS 58 (23.05% from 255) = 20.42%

 BLUE value IS 110 (43.36% from 255) = 38.73%

R = 40.85%
G = 20.42%
B = 38.73%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.05

 K value IS 0.55

RGB Variations

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

Color information

#743A6E (or 0x743A6E) is known color: Eminence. HEX triplet: 74, 3A and 6E. RGB value is (116,58,110). Sum of RGB (Red+Green+Blue) = 116+58+110=284 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.85% from 284); Green value is 58 (23.05% from 255 or 20.42% from 284); Blue value is 110 (43.36% from 255 or 38.73% from 284); Max value from RGB is 116 - color contains mainly: red. Hex color #743A6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743A6E is #8BC591. Grayscale: #515151. Windows color (decimal): -9160082 or 7223924. OLE color: 7223924.

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

Color convert

RGB 116 58 110 -
CMYK 0 0.5 0.05 0.55
HSL 306.21º 0.33% 0.34% -
HSV(B) 306.21º 0.5% 0.45% -
XYZ 11.53 7.86 15.66 -
YUV 81.27 144.22 152.77 -
System Red Green Blue C M Y K H S L
Decimal 116 58 110 0 0.5 0.05 0.55 306.21 0.33 0.34
Hex 74 3A 6E 0 32 5 37 132 21 22
Octal 164 72 156 0 62 5 67 462 41 42
Binary 1110100 111010 1101110 0 110010 101 110111 100110010 100001 100010

Color Harmonies of #743A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743A6E

Black with #743A6E

Text Example


Text Example

White with #743A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,58,110); }

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

background-color css

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

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

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

border-color css

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

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

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