Html Css Color HEX #713C6B Eminence

📋 copy color: '#713C6B'

red 113 ◦ green 60 ◦ blue 107

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

Shades of Eminence #713C6B

Tints of Eminence #713C6B

RGB

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

 GREEN value IS 60 (23.83% from 255) = 21.43%

 BLUE value IS 107 (42.19% from 255) = 38.21%

R = 40.36%
G = 21.43%
B = 38.21%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.05

 K value IS 0.56

RGB Variations

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

Color information

#713C6B (or 0x713C6B) is known color: Eminence. HEX triplet: 71, 3C and 6B. RGB value is (113,60,107). Sum of RGB (Red+Green+Blue) = 113+60+107=280 (37% of max value = 765). Red value is 113 (44.53% from 255 or 40.36% from 280); Green value is 60 (23.83% from 255 or 21.43% from 280); Blue value is 107 (42.19% from 255 or 38.21% from 280); Max value from RGB is 113 - color contains mainly: red. Hex color #713C6B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713C6B is #8EC394. Grayscale: #515151. Windows color (decimal): -9356181 or 7027825. OLE color: 7027825.

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

Color convert

RGB 113 60 107 -
CMYK 0 0.47 0.05 0.56
HSL 306.79º 0.31% 0.34% -
HSV(B) 306.79º 0.47% 0.44% -
XYZ 11.08 7.8 14.83 -
YUV 81.21 142.56 150.68 -
System Red Green Blue C M Y K H S L
Decimal 113 60 107 0 0.47 0.05 0.56 306.79 0.31 0.34
Hex 71 3C 6B 0 2F 5 38 133 1F 22
Octal 161 74 153 0 57 5 70 463 37 42
Binary 1110001 111100 1101011 0 101111 101 111000 100110011 11111 100010

Color Harmonies of #713C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713C6B

Black with #713C6B

Text Example


Text Example

White with #713C6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,60,107); }

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

background-color css

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

 a { background-color: rgb(113,60,107); }

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

border-color css

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

 span { border-color: rgb(113,60,107); }

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