#743278

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

Shades of Eminence #743278

Tints of Eminence #743278

Color information

#743278 (or 0x743278) is unknown color: approx Eminence. HEX triplet: 74, 32 and 78. RGB value is (116,50,120). Sum of RGB (Red+Green+Blue) = 116+50+120=286 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.56% from 286); Green value is 50 (19.92% from 255 or 17.48% from 286); Blue value is 120 (47.27% from 255 or 41.96% from 286); Max value from RGB is 120 - color contains mainly: blue. Hex color #743278 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743278 is #8BCD87. Grayscale: #4D4D4D. Windows color (decimal): -9162120 or 7877236. OLE color: 7877236.

HSL color Cylindrical-coordinate representation of color #743278: hue angle of 296.57º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #743278 is Cyan = 0.03, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB11650120-
CMYK0.030.5800.53
HSL296.57º41.18%33.33%-
HSV(B)296.57º58.33%47.06%-
XYZ11.737.3518.57-
YUV77.71151.87155.31-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 40.56%
GREEN value IS 50 (19.92% from 255) = 17.48%
BLUE value IS 120 (47.27% from 255) = 41.96%
R=40.56%
G=17.48%
B=41.96%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal116501200.030.5800.53296.5741.1833.33
Hex74327833A0351292921
Octal164621703720654515141
Binary11101001100101111000111110100110101100101001101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743278; }

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

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

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

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

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

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

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

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