#712982

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

Shades of Eminence #712982

Tints of Eminence #712982

Color information

#712982 (or 0x712982) is unknown color: approx Eminence. HEX triplet: 71, 29 and 82. RGB value is (113,41,130). Sum of RGB (Red+Green+Blue) = 113+41+130=284 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.79% from 284); Green value is 41 (16.41% from 255 or 14.44% from 284); Blue value is 130 (51.17% from 255 or 45.77% from 284); Max value from RGB is 130 - color contains mainly: blue. Hex color #712982 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #712982 is #8ED67D. Grayscale: #484848. Windows color (decimal): -9361022 or 8530289. OLE color: 8530289.

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

Color convert

RGB11341130-
CMYK0.130.6800.49
HSL288.54º52.05%33.53%-
HSV(B)288.54º68.46%50.98%-
XYZ11.636.7121.8-
YUV72.67160.35156.76-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 39.79%
GREEN value IS 41 (16.41% from 255) = 14.44%
BLUE value IS 130 (51.17% from 255) = 45.77%
R=39.79%
G=14.44%
B=45.77%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal113411300.130.6800.49288.5452.0533.53
Hex712982D440311213422
Octal16151202151040614416442
Binary111000110100110000010110110001000110001100100001110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712982; }

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

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

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

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

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

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

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

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