Html Css Color HEX #743681 Eminence

📋 copy color: '#743681'

red 116 ◦ green 54 ◦ blue 129

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

Shades of Eminence #743681

Tints of Eminence #743681

RGB

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

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

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

R = 38.8%
G = 18.06%
B = 43.14%

CMYK

 C value IS 0.10

 M value IS 0.58

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#743681 (or 0x743681) is known color: Eminence. HEX triplet: 74, 36 and 81. RGB value is (116,54,129). Sum of RGB (Red+Green+Blue) = 116+54+129=299 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.80% from 299); Green value is 54 (21.48% from 255 or 18.06% from 299); Blue value is 129 (50.78% from 255 or 43.14% from 299); Max value from RGB is 129 - color contains mainly: blue. Hex color #743681 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #743681 is #8BC97E. Grayscale: #505050. Windows color (decimal): -9161087 or 8468084. OLE color: 8468084.

HSL color Cylindrical-coordinate representation of color #743681: hue angle of 289.6º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #743681 is Cyan = 0.10, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 116 54 129 -
CMYK 0.10 0.58 0 0.49
HSL 289.6º 0.41% 0.36% -
HSV(B) 289.6º 0.58% 0.51% -
XYZ 12.48 7.94 21.64 -
YUV 81.09 155.04 152.9 -
System Red Green Blue C M Y K H S L
Decimal 116 54 129 0.10 0.58 0 0.49 289.6 0.41 0.36
Hex 74 36 81 A 3A 0 31 122 29 24
Octal 164 66 201 12 72 0 61 442 51 44
Binary 1110100 110110 10000001 1010 111010 0 110001 100100010 101001 100100

Color Harmonies of #743681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743681

Black with #743681

Text Example


Text Example

White with #743681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743681; }

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

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

background-color css

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

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

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

border-color css

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

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

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