Html Css Color HEX #743A81 Eminence

📋 copy color: '#743A81'

red 116 ◦ green 58 ◦ blue 129

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

Shades of Eminence #743A81

Tints of Eminence #743A81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 42.57%

R = 38.28%
G = 19.14%
B = 42.57%

CMYK

 C value IS 0.10

 M value IS 0.55

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#743A81 (or 0x743A81) is known color: Eminence. HEX triplet: 74, 3A and 81. RGB value is (116,58,129). Sum of RGB (Red+Green+Blue) = 116+58+129=303 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.28% from 303); Green value is 58 (23.05% from 255 or 19.14% from 303); Blue value is 129 (50.78% from 255 or 42.57% from 303); Max value from RGB is 129 - color contains mainly: blue. Hex color #743A81 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #743A81 is #8BC57E. Grayscale: #535353. Windows color (decimal): -9160063 or 8469108. OLE color: 8469108.

HSL color Cylindrical-coordinate representation of color #743A81: hue angle of 289.01º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #743A81 is Cyan = 0.10, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 116 58 129 -
CMYK 0.10 0.55 0 0.49
HSL 289.01º 0.38% 0.37% -
HSV(B) 289.01º 0.55% 0.51% -
XYZ 12.68 8.32 21.71 -
YUV 83.44 153.72 151.23 -
System Red Green Blue C M Y K H S L
Decimal 116 58 129 0.10 0.55 0 0.49 289.01 0.38 0.37
Hex 74 3A 81 A 37 0 31 121 26 25
Octal 164 72 201 12 67 0 61 441 46 45
Binary 1110100 111010 10000001 1010 110111 0 110001 100100001 100110 100101

Color Harmonies of #743A81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743A81

Black with #743A81

Text Example


Text Example

White with #743A81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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