#713278

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

Shades of Eminence #713278

Tints of Eminence #713278

Color information

#713278 (or 0x713278) is unknown color: approx Eminence. HEX triplet: 71, 32 and 78. RGB value is (113,50,120). Sum of RGB (Red+Green+Blue) = 113+50+120=283 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.93% from 283); Green value is 50 (19.92% from 255 or 17.67% from 283); Blue value is 120 (47.27% from 255 or 42.40% from 283); Max value from RGB is 120 - color contains mainly: blue. Hex color #713278 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713278 is #8ECD87. Grayscale: #4C4C4C. Windows color (decimal): -9358728 or 7877233. OLE color: 7877233.

HSL color Cylindrical-coordinate representation of color #713278: hue angle of 294º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #713278 is Cyan = 0.06, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB11350120-
CMYK0.060.5800.53
HSL294º41.18%33.33%-
HSV(B)294º58.33%47.06%-
XYZ11.347.1518.55-
YUV76.82152.37153.81-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 39.93%
GREEN value IS 50 (19.92% from 255) = 17.67%
BLUE value IS 120 (47.27% from 255) = 42.40%
R=39.93%
G=17.67%
B=42.40%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal113501200.060.5800.5329441.1833.33
Hex71327863A0351262921
Octal161621706720654465141
Binary111000111001011110001101110100110101100100110101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713278; }

 p { color: rgb(113,50,120); }

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

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

 a { background-color: rgb(113,50,120); }

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

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

 span { border-color: rgb(113,50,120); }

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