#712981

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

Shades of Eminence #712981

Tints of Eminence #712981

Color information

#712981 (or 0x712981) is unknown color: approx Eminence. HEX triplet: 71, 29 and 81. RGB value is (113,41,129). Sum of RGB (Red+Green+Blue) = 113+41+129=283 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.93% from 283); Green value is 41 (16.41% from 255 or 14.49% from 283); Blue value is 129 (50.78% from 255 or 45.58% from 283); Max value from RGB is 129 - color contains mainly: blue. Hex color #712981 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #712981 is #8ED67E. Grayscale: #484848. Windows color (decimal): -9361023 or 8464753. OLE color: 8464753.

HSL color Cylindrical-coordinate representation of color #712981: hue angle of 289.09º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #712981 is Cyan = 0.12, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB11341129-
CMYK0.120.6800.49
HSL289.09º51.76%33.33%-
HSV(B)289.09º68.22%50.59%-
XYZ11.576.6821.45-
YUV72.56159.85156.84-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 39.93%
GREEN value IS 41 (16.41% from 255) = 14.49%
BLUE value IS 129 (50.78% from 255) = 45.58%
R=39.93%
G=14.49%
B=45.58%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal113411290.120.6800.49289.0951.7633.33
Hex712981C440311213421
Octal16151201141040614416441
Binary111000110100110000001110010001000110001100100001110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712981; }

 p { color: rgb(113,41,129); }

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

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

 a { background-color: rgb(113,41,129); }

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

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

 span { border-color: rgb(113,41,129); }

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