Html Css Color HEX #743780 Eminence

📋 copy color: '#743780'

red 116 ◦ green 55 ◦ blue 128

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

Shades of Eminence #743780

Tints of Eminence #743780

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 42.81%

R = 38.8%
G = 18.39%
B = 42.81%

CMYK

 C value IS 0.09

 M value IS 0.57

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#743780 (or 0x743780) is known color: Eminence. HEX triplet: 74, 37 and 80. RGB value is (116,55,128). Sum of RGB (Red+Green+Blue) = 116+55+128=299 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.80% from 299); Green value is 55 (21.88% from 255 or 18.39% from 299); Blue value is 128 (50.39% from 255 or 42.81% from 299); Max value from RGB is 128 - color contains mainly: blue. Hex color #743780 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #743780 is #8BC87F. Grayscale: #515151. Windows color (decimal): -9160832 or 8402804. OLE color: 8402804.

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

Color convert

RGB 116 55 128 -
CMYK 0.09 0.57 0 0.50
HSL 290.14º 0.4% 0.36% -
HSV(B) 290.14º 0.57% 0.5% -
XYZ 12.46 8 21.31 -
YUV 81.56 154.21 152.56 -
System Red Green Blue C M Y K H S L
Decimal 116 55 128 0.09 0.57 0 0.50 290.14 0.4 0.36
Hex 74 37 80 9 39 0 32 122 28 24
Octal 164 67 200 11 71 0 62 442 50 44
Binary 1110100 110111 10000000 1001 111001 0 110010 100100010 101000 100100

Color Harmonies of #743780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743780

Black with #743780

Text Example


Text Example

White with #743780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743780; }

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

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

background-color css

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

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

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

border-color css

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

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

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