#713077

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

Shades of Eminence #713077

Tints of Eminence #713077

Color information

#713077 (or 0x713077) is unknown color: approx Eminence. HEX triplet: 71, 30 and 77. RGB value is (113,48,119). Sum of RGB (Red+Green+Blue) = 113+48+119=280 (37% of max value = 765). Red value is 113 (44.53% from 255 or 40.36% from 280); Green value is 48 (19.14% from 255 or 17.14% from 280); Blue value is 119 (46.88% from 255 or 42.5% from 280); Max value from RGB is 119 - color contains mainly: blue. Hex color #713077 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713077 is #8ECF88. Grayscale: #4B4B4B. Windows color (decimal): -9359241 or 7811185. OLE color: 7811185.

HSL color Cylindrical-coordinate representation of color #713077: hue angle of 294.93º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #713077 is Cyan = 0.05, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB11348119-
CMYK0.050.6000.53
HSL294.93º42.51%32.75%-
HSV(B)294.93º59.66%46.67%-
XYZ11.26.9618.21-
YUV75.53152.53154.73-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 40.36%
GREEN value IS 48 (19.14% from 255) = 17.14%
BLUE value IS 119 (46.88% from 255) = 42.5%
R=40.36%
G=17.14%
B=42.5%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal113481190.050.6000.53294.9342.5132.75
Hex71307753C0351272b21
Octal161601675740654475341
Binary111000111000011101111011111000110101100100111101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713077; }

 p { color: rgb(113,48,119); }

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

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

 a { background-color: rgb(113,48,119); }

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

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

 span { border-color: rgb(113,48,119); }

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