#743280

Color #743280 Eminence (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eminence #743280

Tints of Eminence #743280

Color information

#743280 (or 0x743280) is unknown color: approx Eminence. HEX triplet: 74, 32 and 80. RGB value is (116,50,128). Sum of RGB (Red+Green+Blue) = 116+50+128=294 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.46% from 294); Green value is 50 (19.92% from 255 or 17.01% from 294); Blue value is 128 (50.39% from 255 or 43.54% from 294); Max value from RGB is 128 - color contains mainly: blue. Hex color #743280 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #743280 is #8BCD7F. Grayscale: #4E4E4E. Windows color (decimal): -9162112 or 8401524. OLE color: 8401524.

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

Color convert

RGB11650128-
CMYK0.090.6100.50
HSL290.77º43.82%34.9%-
HSV(B)290.77º60.94%50.2%-
XYZ12.247.5521.23-
YUV78.63155.87154.66-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 39.46%
GREEN value IS 50 (19.92% from 255) = 17.01%
BLUE value IS 128 (50.39% from 255) = 43.54%
R=39.46%
G=17.01%
B=43.54%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal116501280.090.6100.50290.7743.8234.9
Hex74328093D0321232c23
Octal1646220011750624435443
Binary11101001100101000000010011111010110010100100011101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743280; }

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

 H1.HeaderClassName
 {
   color: #743280;
 }
 .AnyTagClassName
 {
   color: #743280;
 }
</style>
background-color css

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

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

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

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

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

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