#712382

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

Shades of Eminence #712382

Tints of Eminence #712382

Color information

#712382 (or 0x712382) is unknown color: approx Eminence. HEX triplet: 71, 23 and 82. RGB value is (113,35,130). Sum of RGB (Red+Green+Blue) = 113+35+130=278 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.65% from 278); Green value is 35 (14.06% from 255 or 12.59% from 278); Blue value is 130 (51.17% from 255 or 46.76% from 278); Max value from RGB is 130 - color contains mainly: blue. Hex color #712382 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #712382 is #8EDC7D. Grayscale: #444444. Windows color (decimal): -9362558 or 8528753. OLE color: 8528753.

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

Color convert

RGB11335130-
CMYK0.130.7300.49
HSL289.26º57.58%32.35%-
HSV(B)289.26º73.08%50.98%-
XYZ11.446.3221.74-
YUV69.15162.34159.28-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 40.65%
GREEN value IS 35 (14.06% from 255) = 12.59%
BLUE value IS 130 (51.17% from 255) = 46.76%
R=40.65%
G=12.59%
B=46.76%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal113351300.130.7300.49289.2657.5832.35
Hex712382D490311213a20
Octal16143202151110614417240
Binary111000110001110000010110110010010110001100100001111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712382; }

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

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

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

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

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

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

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

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