#713472

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

Shades of Eminence #713472

Tints of Eminence #713472

Color information

#713472 (or 0x713472) is unknown color: approx Eminence. HEX triplet: 71, 34 and 72. RGB value is (113,52,114). Sum of RGB (Red+Green+Blue) = 113+52+114=279 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.50% from 279); Green value is 52 (20.70% from 255 or 18.64% from 279); Blue value is 114 (44.92% from 255 or 40.86% from 279); Max value from RGB is 114 - color contains mainly: blue. Hex color #713472 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713472 is #8ECB8D. Grayscale: #4D4D4D. Windows color (decimal): -9358222 or 7484529. OLE color: 7484529.

HSL color Cylindrical-coordinate representation of color #713472: hue angle of 299.03º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #713472 is Cyan = 0.01, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB11352114-
CMYK0.010.5400.55
HSL299.03º37.35%32.55%-
HSV(B)299.03º54.39%44.71%-
XYZ11.087.1816.72-
YUV77.31148.71153.46-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 40.50%
GREEN value IS 52 (20.70% from 255) = 18.64%
BLUE value IS 114 (44.92% from 255) = 40.86%
R=40.50%
G=18.64%
B=40.86%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal113521140.010.5400.55299.0337.3532.55
Hex71347213603712b2521
Octal161641621660674534541
Binary1110001110100111001011101100110111100101011100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713472; }

 p { color: rgb(113,52,114); }

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

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

 a { background-color: rgb(113,52,114); }

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

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

 span { border-color: rgb(113,52,114); }

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