Html Css Color HEX #743781 Eminence

📋 copy color: '#743781'

red 116 ◦ green 55 ◦ blue 129

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

Shades of Eminence #743781

Tints of Eminence #743781

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.33%

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

R = 38.67%
G = 18.33%
B = 43%

CMYK

 C value IS 0.10

 M value IS 0.57

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#743781 (or 0x743781) is known color: Eminence. HEX triplet: 74, 37 and 81. RGB value is (116,55,129). Sum of RGB (Red+Green+Blue) = 116+55+129=300 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.67% from 300); Green value is 55 (21.88% from 255 or 18.33% from 300); Blue value is 129 (50.78% from 255 or 43% from 300); Max value from RGB is 129 - color contains mainly: blue. Hex color #743781 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #743781 is #8BC87E. Grayscale: #515151. Windows color (decimal): -9160831 or 8468340. OLE color: 8468340.

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

Color convert

RGB 116 55 129 -
CMYK 0.10 0.57 0 0.49
HSL 289.46º 0.4% 0.36% -
HSV(B) 289.46º 0.57% 0.51% -
XYZ 12.53 8.03 21.66 -
YUV 81.68 154.71 152.48 -
System Red Green Blue C M Y K H S L
Decimal 116 55 129 0.10 0.57 0 0.49 289.46 0.4 0.36
Hex 74 37 81 A 39 0 31 121 28 24
Octal 164 67 201 12 71 0 61 441 50 44
Binary 1110100 110111 10000001 1010 111001 0 110001 100100001 101000 100100

Color Harmonies of #743781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743781

Black with #743781

Text Example


Text Example

White with #743781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743781; }

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

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

background-color css

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

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

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

border-color css

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

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

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