#712C7C

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

Shades of Eminence #712C7C

Tints of Eminence #712C7C

Color information

#712C7C (or 0x712C7C) is unknown color: approx Eminence. HEX triplet: 71, 2C and 7C. RGB value is (113,44,124). Sum of RGB (Red+Green+Blue) = 113+44+124=281 (37% of max value = 765). Red value is 113 (44.53% from 255 or 40.21% from 281); Green value is 44 (17.58% from 255 or 15.66% from 281); Blue value is 124 (48.83% from 255 or 44.13% from 281); Max value from RGB is 124 - color contains mainly: blue. Hex color #712C7C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712C7C is #8ED383. Grayscale: #494949. Windows color (decimal): -9360260 or 8137841. OLE color: 8137841.

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

Color convert

RGB11344124-
CMYK0.090.6500.51
HSL291.75º47.62%32.94%-
HSV(B)291.75º64.52%48.63%-
XYZ11.356.7719.78-
YUV73.75156.36156-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 40.21%
GREEN value IS 44 (17.58% from 255) = 15.66%
BLUE value IS 124 (48.83% from 255) = 44.13%
R=40.21%
G=15.66%
B=44.13%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal113441240.090.6500.51291.7547.6232.94
Hex712C7C9410331243021
Octal16154174111010634446041
Binary11100011011001111100100110000010110011100100100110000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712C7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,44,124); }

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

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

 a { background-color: rgb(113,44,124); }

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

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

 span { border-color: rgb(113,44,124); }

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