#715075

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

Shades of Eminence #715075

Tints of Eminence #715075

Color information

#715075 (or 0x715075) is unknown color: approx Eminence. HEX triplet: 71, 50 and 75. RGB value is (113,80,117). Sum of RGB (Red+Green+Blue) = 113+80+117=310 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.45% from 310); Green value is 80 (31.64% from 255 or 25.81% from 310); Blue value is 117 (46.09% from 255 or 37.74% from 310); Max value from RGB is 117 - color contains mainly: blue. Hex color #715075 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715075 is #8EAF8A. Grayscale: #5D5D5D. Windows color (decimal): -9351051 or 7688305. OLE color: 7688305.

HSL color Cylindrical-coordinate representation of color #715075: hue angle of 293.51º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #715075 is Cyan = 0.03, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB11380117-
CMYK0.030.3200.54
HSL293.51º18.78%38.63%-
HSV(B)293.51º31.62%45.88%-
XYZ12.8910.5318.18-
YUV94.08140.93141.49-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 36.45%
GREEN value IS 80 (31.64% from 255) = 25.81%
BLUE value IS 117 (46.09% from 255) = 37.74%
R=36.45%
G=25.81%
B=37.74%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal113801170.030.3200.54293.5118.7838.63
Hex7150753200361261327
Octal1611201653400664462347
Binary11100011010000111010111100000011011010010011010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715075; }

 p { color: rgb(113,80,117); }

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

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

 a { background-color: rgb(113,80,117); }

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

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

 span { border-color: rgb(113,80,117); }

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