#713374

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

Shades of Eminence #713374

Tints of Eminence #713374

Color information

#713374 (or 0x713374) is unknown color: approx Eminence. HEX triplet: 71, 33 and 74. RGB value is (113,51,116). Sum of RGB (Red+Green+Blue) = 113+51+116=280 (37% of max value = 765). Red value is 113 (44.53% from 255 or 40.36% from 280); Green value is 51 (20.31% from 255 or 18.21% from 280); Blue value is 116 (45.70% from 255 or 41.43% from 280); Max value from RGB is 116 - color contains mainly: blue. Hex color #713374 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713374 is #8ECC8B. Grayscale: #4C4C4C. Windows color (decimal): -9358476 or 7615345. OLE color: 7615345.

HSL color Cylindrical-coordinate representation of color #713374: hue angle of 297.23º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #713374 is Cyan = 0.03, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB11351116-
CMYK0.030.5600.55
HSL297.23º38.92%32.75%-
HSV(B)297.23º56.03%45.49%-
XYZ11.157.1417.31-
YUV76.95150.04153.71-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 40.36%
GREEN value IS 51 (20.31% from 255) = 18.21%
BLUE value IS 116 (45.70% from 255) = 41.43%
R=40.36%
G=18.21%
B=41.43%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal113511160.030.5600.55297.2338.9232.75
Hex7133743380371292721
Octal161631643700674514741
Binary11100011100111110100111110000110111100101001100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713374; }

 p { color: rgb(113,51,116); }

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

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

 a { background-color: rgb(113,51,116); }

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

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

 span { border-color: rgb(113,51,116); }

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