#712D7A

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

Shades of Eminence #712D7A

Tints of Eminence #712D7A

Color information

#712D7A (or 0x712D7A) is unknown color: approx Eminence. HEX triplet: 71, 2D and 7A. RGB value is (113,45,122). Sum of RGB (Red+Green+Blue) = 113+45+122=280 (37% of max value = 765). Red value is 113 (44.53% from 255 or 40.36% from 280); Green value is 45 (17.97% from 255 or 16.07% from 280); Blue value is 122 (48.05% from 255 or 43.57% from 280); Max value from RGB is 122 - color contains mainly: blue. Hex color #712D7A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712D7A is #8ED285. Grayscale: #494949. Windows color (decimal): -9360006 or 8007025. OLE color: 8007025.

HSL color Cylindrical-coordinate representation of color #712D7A: hue angle of 292.99º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #712D7A is Cyan = 0.07, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB11345122-
CMYK0.070.6300.52
HSL292.99º46.11%32.75%-
HSV(B)292.99º63.11%47.84%-
XYZ11.266.7919.13-
YUV74.11155.03155.74-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 40.36%
GREEN value IS 45 (17.97% from 255) = 16.07%
BLUE value IS 122 (48.05% from 255) = 43.57%
R=40.36%
G=16.07%
B=43.57%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal113451220.070.6300.52292.9946.1132.75
Hex712D7A73F0341252e21
Octal161551727770644455641
Binary111000110110111110101111111110110100100100101101110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,45,122); }

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

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

 a { background-color: rgb(113,45,122); }

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

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

 span { border-color: rgb(113,45,122); }

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