Html Css Color HEX #743680 Eminence

📋 copy color: '#743680'

red 116 ◦ green 54 ◦ blue 128

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

Shades of Eminence #743680

Tints of Eminence #743680

RGB

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

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

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

R = 38.93%
G = 18.12%
B = 42.95%

CMYK

 C value IS 0.09

 M value IS 0.58

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#743680 (or 0x743680) is known color: Eminence. HEX triplet: 74, 36 and 80. RGB value is (116,54,128). Sum of RGB (Red+Green+Blue) = 116+54+128=298 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.93% from 298); Green value is 54 (21.48% from 255 or 18.12% from 298); Blue value is 128 (50.39% from 255 or 42.95% from 298); Max value from RGB is 128 - color contains mainly: blue. Hex color #743680 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #743680 is #8BC97F. Grayscale: #505050. Windows color (decimal): -9161088 or 8402548. OLE color: 8402548.

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

Color convert

RGB 116 54 128 -
CMYK 0.09 0.58 0 0.50
HSL 290.27º 0.41% 0.36% -
HSV(B) 290.27º 0.58% 0.5% -
XYZ 12.42 7.91 21.29 -
YUV 80.97 154.54 152.98 -
System Red Green Blue C M Y K H S L
Decimal 116 54 128 0.09 0.58 0 0.50 290.27 0.41 0.36
Hex 74 36 80 9 3A 0 32 122 29 24
Octal 164 66 200 11 72 0 62 442 51 44
Binary 1110100 110110 10000000 1001 111010 0 110010 100100010 101001 100100

Color Harmonies of #743680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743680

Black with #743680

Text Example


Text Example

White with #743680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743680; }

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

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

background-color css

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

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

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

border-color css

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

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

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