#712E83

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

Shades of Eminence #712E83

Tints of Eminence #712E83

Color information

#712E83 (or 0x712E83) is unknown color: approx Eminence. HEX triplet: 71, 2E and 83. RGB value is (113,46,131). Sum of RGB (Red+Green+Blue) = 113+46+131=290 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.97% from 290); Green value is 46 (18.36% from 255 or 15.86% from 290); Blue value is 131 (51.56% from 255 or 45.17% from 290); Max value from RGB is 131 - color contains mainly: blue. Hex color #712E83 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #712E83 is #8ED17C. Grayscale: #4B4B4B. Windows color (decimal): -9359741 or 8597105. OLE color: 8597105.

HSL color Cylindrical-coordinate representation of color #712E83: hue angle of 287.29º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #712E83 is Cyan = 0.14, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB11346131-
CMYK0.140.6500.49
HSL287.29º48.02%34.71%-
HSV(B)287.29º64.89%51.37%-
XYZ11.887.122.22-
YUV75.72159.2154.59-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 38.97%
GREEN value IS 46 (18.36% from 255) = 15.86%
BLUE value IS 131 (51.56% from 255) = 45.17%
R=38.97%
G=15.86%
B=45.17%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal113461310.140.6500.49287.2948.0234.71
Hex712E83E4103111f3023
Octal16156203161010614376043
Binary111000110111010000011111010000010110001100011111110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712E83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712E83; }

 p { color: rgb(113,46,131); }

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

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

 a { background-color: rgb(113,46,131); }

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

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

 span { border-color: rgb(113,46,131); }

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