Html Css Color HEX #743080 Eminence

📋 copy color: '#743080'

red 116 ◦ green 48 ◦ blue 128

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

Shades of Eminence #743080

Tints of Eminence #743080

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.44%

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

R = 39.73%
G = 16.44%
B = 43.84%

CMYK

 C value IS 0.09

 M value IS 0.62

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#743080 (or 0x743080) is known color: Eminence. HEX triplet: 74, 30 and 80. RGB value is (116,48,128). Sum of RGB (Red+Green+Blue) = 116+48+128=292 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.73% from 292); Green value is 48 (19.14% from 255 or 16.44% from 292); Blue value is 128 (50.39% from 255 or 43.84% from 292); Max value from RGB is 128 - color contains mainly: blue. Hex color #743080 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #743080 is #8BCF7F. Grayscale: #4D4D4D. Windows color (decimal): -9162624 or 8401012. OLE color: 8401012.

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

Color convert

RGB 116 48 128 -
CMYK 0.09 0.62 0 0.50
HSL 291º 0.45% 0.35% -
HSV(B) 291º 0.63% 0.5% -
XYZ 12.16 7.39 21.21 -
YUV 77.45 156.53 155.5 -
System Red Green Blue C M Y K H S L
Decimal 116 48 128 0.09 0.62 0 0.50 291 0.45 0.35
Hex 74 30 80 9 3E 0 32 123 2D 23
Octal 164 60 200 11 76 0 62 443 55 43
Binary 1110100 110000 10000000 1001 111110 0 110010 100100011 101101 100011

Color Harmonies of #743080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743080

Black with #743080

Text Example


Text Example

White with #743080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743080; }

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

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

background-color css

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

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

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

border-color css

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

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

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