Html Css Color HEX #713D6E Eminence

📋 copy color: '#713D6E'

red 113 ◦ green 61 ◦ blue 110

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

Shades of Eminence #713D6E

Tints of Eminence #713D6E

RGB

 RED value IS 113 (44.53% from 255) = 39.79%

 GREEN value IS 61 (24.22% from 255) = 21.48%

 BLUE value IS 110 (43.36% from 255) = 38.73%

R = 39.79%
G = 21.48%
B = 38.73%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.03

 K value IS 0.56

RGB Variations

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

Color information

#713D6E (or 0x713D6E) is known color: Eminence. HEX triplet: 71, 3D and 6E. RGB value is (113,61,110). Sum of RGB (Red+Green+Blue) = 113+61+110=284 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.79% from 284); Green value is 61 (24.22% from 255 or 21.48% from 284); Blue value is 110 (43.36% from 255 or 38.73% from 284); Max value from RGB is 113 - color contains mainly: red. Hex color #713D6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713D6E is #8EC291. Grayscale: #515151. Windows color (decimal): -9355922 or 7224689. OLE color: 7224689.

HSL color Cylindrical-coordinate representation of color #713D6E: hue angle of 303.46º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #713D6E is Cyan = 0, Magento = 0.46, Yellow = 0.03 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 61 110 -
CMYK 0 0.46 0.03 0.56
HSL 303.46º 0.3% 0.34% -
HSV(B) 303.46º 0.46% 0.44% -
XYZ 11.29 7.97 15.7 -
YUV 82.13 143.73 150.02 -
System Red Green Blue C M Y K H S L
Decimal 113 61 110 0 0.46 0.03 0.56 303.46 0.3 0.34
Hex 71 3D 6E 0 2E 3 38 12F 1E 22
Octal 161 75 156 0 56 3 70 457 36 42
Binary 1110001 111101 1101110 0 101110 11 111000 100101111 11110 100010

Color Harmonies of #713D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713D6E

Black with #713D6E

Text Example


Text Example

White with #713D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713D6E; }

 p { color: rgb(113,61,110); }

 H1.HeaderClassName
 {
   color: #713D6E;
 }
 .AnyTagClassName
 {
   color: #713D6E;
 }
</style>

background-color css

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

 a { background-color: rgb(113,61,110); }

 div.DivClassName
 {
   background-color: #713D6E;
 }
 .BgClassName
 {
   background-color: #713D6E;
 }
</style>

border-color css

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

 span { border-color: rgb(113,61,110); }

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