Html Css Color HEX #715075 Eminence

📋 copy color: '#715075'

red 113 ◦ green 80 ◦ blue 117

#715075
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eminence #715075

Tints of Eminence #715075

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 value IS 0.03

 M value IS 0.32

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#715075 (or 0x715075) is known color: 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

RGB 113 80 117 -
CMYK 0.03 0.32 0 0.54
HSL 293.51º 0.19% 0.39% -
HSV(B) 293.51º 0.32% 0.46% -
XYZ 12.89 10.53 18.18 -
YUV 94.09 140.93 141.49 -
System Red Green Blue C M Y K H S L
Decimal 113 80 117 0.03 0.32 0 0.54 293.51 0.19 0.39
Hex 71 50 75 3 20 0 36 126 13 27
Octal 161 120 165 3 40 0 66 446 23 47
Binary 1110001 1010000 1110101 11 100000 0 110110 100100110 10011 100111

Color Harmonies of #715075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715075

Black with #715075

Text Example


Text Example

White with #715075

Text Example


Text Example

HTML Codes & Css Web 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>