Html Css Color HEX #713F6C Eminence

📋 copy color: '#713F6C'

red 113 ◦ green 63 ◦ blue 108

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

Shades of Eminence #713F6C

Tints of Eminence #713F6C

RGB

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

 GREEN value IS 63 (25% from 255) = 22.18%

 BLUE value IS 108 (42.58% from 255) = 38.03%

R = 39.79%
G = 22.18%
B = 38.03%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#713F6C (or 0x713F6C) is known color: Eminence. HEX triplet: 71, 3F and 6C. RGB value is (113,63,108). Sum of RGB (Red+Green+Blue) = 113+63+108=284 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.79% from 284); Green value is 63 (25% from 255 or 22.18% from 284); Blue value is 108 (42.58% from 255 or 38.03% from 284); Max value from RGB is 113 - color contains mainly: red. Hex color #713F6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713F6C is #8EC093. Grayscale: #525252. Windows color (decimal): -9355412 or 7094129. OLE color: 7094129.

HSL color Cylindrical-coordinate representation of color #713F6C: hue angle of 306º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #713F6C is Cyan = 0, Magento = 0.44, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 63 108 -
CMYK 0 0.44 0.04 0.56
HSL 306º 0.28% 0.35% -
HSV(B) 306º 0.44% 0.44% -
XYZ 11.29 8.15 15.16 -
YUV 83.08 142.07 149.34 -
System Red Green Blue C M Y K H S L
Decimal 113 63 108 0 0.44 0.04 0.56 306 0.28 0.35
Hex 71 3F 6C 0 2C 4 38 132 1C 23
Octal 161 77 154 0 54 4 70 462 34 43
Binary 1110001 111111 1101100 0 101100 100 111000 100110010 11100 100011

Color Harmonies of #713F6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713F6C

Black with #713F6C

Text Example


Text Example

White with #713F6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,63,108); }

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

background-color css

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

 a { background-color: rgb(113,63,108); }

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

border-color css

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

 span { border-color: rgb(113,63,108); }

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