#713773

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

Shades of Eminence #713773

Tints of Eminence #713773

Color information

#713773 (or 0x713773) is unknown color: approx Eminence. HEX triplet: 71, 37 and 73. RGB value is (113,55,115). Sum of RGB (Red+Green+Blue) = 113+55+115=283 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.93% from 283); Green value is 55 (21.88% from 255 or 19.43% from 283); Blue value is 115 (45.31% from 255 or 40.64% from 283); Max value from RGB is 115 - color contains mainly: blue. Hex color #713773 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713773 is #8EC88C. Grayscale: #4F4F4F. Windows color (decimal): -9357453 or 7550833. OLE color: 7550833.

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

Color convert

RGB11355115-
CMYK0.020.5200.55
HSL298º35.29%33.33%-
HSV(B)298º52.17%45.1%-
XYZ11.277.4817.07-
YUV79.18148.22152.12-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 39.93%
GREEN value IS 55 (21.88% from 255) = 19.43%
BLUE value IS 115 (45.31% from 255) = 40.64%
R=39.93%
G=19.43%
B=40.64%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal113551150.020.5200.5529835.2933.33
Hex71377323403712a2321
Octal161671632640674524341
Binary11100011101111110011101101000110111100101010100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713773; }

 p { color: rgb(113,55,115); }

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

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

 a { background-color: rgb(113,55,115); }

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

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

 span { border-color: rgb(113,55,115); }

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