#712A7B

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

Shades of Eminence #712A7B

Tints of Eminence #712A7B

Color information

#712A7B (or 0x712A7B) is unknown color: approx Eminence. HEX triplet: 71, 2A and 7B. RGB value is (113,42,123). Sum of RGB (Red+Green+Blue) = 113+42+123=278 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.65% from 278); Green value is 42 (16.80% from 255 or 15.11% from 278); Blue value is 123 (48.44% from 255 or 44.24% from 278); Max value from RGB is 123 - color contains mainly: blue. Hex color #712A7B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712A7B is #8ED584. Grayscale: #484848. Windows color (decimal): -9360773 or 8071793. OLE color: 8071793.

HSL color Cylindrical-coordinate representation of color #712A7B: hue angle of 292.59º degrees, saturation: 0.49, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #712A7B is Cyan = 0.08, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB11342123-
CMYK0.080.6600.52
HSL292.59º49.09%32.35%-
HSV(B)292.59º65.85%48.24%-
XYZ11.216.619.42-
YUV72.46156.52156.91-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 40.65%
GREEN value IS 42 (16.80% from 255) = 15.11%
BLUE value IS 123 (48.44% from 255) = 44.24%
R=40.65%
G=15.11%
B=44.24%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal113421230.080.6600.52292.5949.0932.35
Hex712A7B8420341253120
Octal16152173101020644456140
Binary11100011010101111011100010000100110100100100101110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,42,123); }

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

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

 a { background-color: rgb(113,42,123); }

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

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

 span { border-color: rgb(113,42,123); }

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